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 stage: deploy
script: script:
- echo 'Nothing to do...' - mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
artifacts: - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
paths: tags:
- public - production
only: only:
- master - 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