Commit fa162381 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

parent 2e6f4307
Pipeline #6560 passed with stage
in 18 seconds
prod:
stage: deploy
script:
- echo "pipeline started"
- cp -r ckanext-theme_hft/* /usr/lib/ckan/default/src/ckanext-theme_hft/
- source /usr/lib/ckan/default/bin/activate
- cd /usr/lib/ckan/default/src/ckanext-theme_hft
- python setup.py develop
- deactivate
- supervisorctl restart all
tags:
- production
only:
- master
devel:
stage: deploy
script:
......@@ -12,3 +27,4 @@ devel:
- testing
only:
- testing
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment