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

folder restructure to match new pipeline

parent b9d868e7
Pipeline #4739 passed with stage
in 26 seconds
variables: image: alpine:latest
EXPORT_DIR: "/var/www/html/pages"
pages-master: pages:
stage: deploy stage: deploy
script: script:
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME" - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
- rsync -av * "$EXPORT_DIR/$CI_PROJECT_NAME" --exclude .git --exclude .gitlab-ci.yml 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