Skip to content
Snippets Groups Projects
Commit dd123c3b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'debdolph-master-patch-72145' into 'master'

Add staging environment

See merge request schul-frei/schul-frei.org!14
parents d3d17db7 64ee0393
No related branches found
No related tags found
Loading
......@@ -9,8 +9,24 @@ pages:
- pip install Markdown gitpython pelican py_w3c beautifulsoup4
script:
- make publish
environment:
production
artifacts:
paths:
- public/
only:
- master
pages_staging:
stage: test
before_script:
- pip install Markdown gitpython pelican py_w3c beautifulsoup4
script:
- make publish
environment:
staging
artifacts:
paths:
- public/
only:
- merge_requests
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