Skip to content
Snippets Groups Projects
Commit 177df024 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'productionEnvironment' into 'master'

Update README.md to specify production Jekyll configuration

See merge request !11
parents 49a55836 f2989df3
Branches
No related tags found
No related merge requests found
image: ruby:2.3
variables:
JEKYLL_ENV: production
before_script:
- bundle install
test:
stage: test
script:
- bundle
- bundle exec jekyll build -d test
artifacts:
paths:
......@@ -14,7 +19,6 @@ test:
pages:
stage: deploy
script:
- bundle
- bundle exec jekyll build -d public
artifacts:
paths:
......
......@@ -56,6 +56,9 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
```
image: ruby:2.3
variables:
JEKYLL_ENV: production
pages:
script:
- gem install jekyll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment