Commit 6268b4ef authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml: changed tag to runner working on...

Update .gitlab-ci.yml: changed tag to runner working on transfer.hft-stuttgart.de, deploys tp transfer.hft-stuttgart.de/pages/3dgeovisclient
parent ea3564dc
Pipeline #752 passed with stage
in 3 seconds
......@@ -4,8 +4,9 @@ variables:
pages-master:
stage: deploy
script:
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
- echo "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
- mkdir -p "$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