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

created .gitlab-ci.yml for deployment to production server...

created .gitlab-ci.yml for deployment to production server transfer.hft-stuttgart.de/3ds_visualization_cesium/
parent 8f0487bb
Pipeline #953 failed with stage
in 4 seconds
variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy
script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r !(.gitlab-ci.yml) "$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