Skip to content
Snippets Groups Projects
Commit 21bd41a5 authored by Richard Perry's avatar Richard Perry
Browse files

Added environments to .gitlab-ci.yml

parent 7f6ab49f
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -10,6 +10,7 @@ before_script:
test:
stage: test
environment: staging
script:
- bundle exec jekyll build -d test/
artifacts:
Loading
Loading
@@ -22,6 +23,7 @@ test:
# build and deploy the site
pages:
stage: deploy
environment: production
script:
- bundle exec jekyll build -d public/
artifacts:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment