Commit 3323ec43 authored by Sven Schneider's avatar Sven Schneider
Browse files

Merge branch 'master' of transfer.hft-stuttgart.de:sven.schneider/urbanvis

parents 9a755383 35830750
Pipeline #3292 passed with stages
in 39 seconds
variables:
EXPORT_DIR: "/var/www/html/pages"
stages: stages:
- test - test
- deploy - deploy
...@@ -17,12 +14,12 @@ pages-test: ...@@ -17,12 +14,12 @@ pages-test:
only: only:
- master - master
pages-master: pages:
stage: deploy stage: deploy
script: script:
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME" - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME" artifacts:
tags: paths:
- production - public
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