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

Update .gitlab-ci.yml; adapted to deploy to...

Update .gitlab-ci.yml; adapted to deploy to transfer.hft-stuttgart.de/pages/i_city_final_conference/
parent dfb6b7ff
Pipeline #866 passed with stage
in 5 seconds
image: alpine:latest
variables:
EXPORT_DIR: "/var/www/html/pages"
pages:
pages-master:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
- production
only:
- master
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