Merge branch 'productionEnvironment' into 'master'
Update README.md to specify production Jekyll configuration See merge request !11
This commit is contained in:
@ -1,9 +1,14 @@
|
|||||||
image: ruby:2.3
|
image: ruby:2.3
|
||||||
|
|
||||||
|
variables:
|
||||||
|
JEKYLL_ENV: production
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- bundle install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- bundle
|
|
||||||
- bundle exec jekyll build -d test
|
- bundle exec jekyll build -d test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
@ -14,7 +19,6 @@ test:
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- bundle
|
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user