Skip to content

Commit 768bdae

Browse files
authored
Merge pull request #4429 from vespa-engine/frodelu/aws-amplify
Add AWS Amplify config
2 parents a45f5b5 + ceb2ac6 commit 768bdae

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

amplify.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 1
2+
frontend:
3+
phases:
4+
preBuild:
5+
commands:
6+
- 'unset LC_ALL'
7+
- 'export LANG=C.UTF-8'
8+
- 'gem install bundler'
9+
- 'bundle install'
10+
build:
11+
commands:
12+
- 'unset LC_ALL'
13+
- 'export LANG=C.UTF-8'
14+
- 'bundle exec jekyll build'
15+
artifacts:
16+
baseDirectory: _site
17+
files:
18+
- '**/*'
19+
cache:
20+
paths:
21+
- 'vendor/bundle/**/*'

0 commit comments

Comments
 (0)