"git@transfer.hft-stuttgart.de:tine/testprojekt-pages.git" did not exist on "2e0dd521b4a29930d5670a2c142a4400d7cffc1a"
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
Showing with 8 additions and 9 deletions
+8 -9
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
File moved
File moved
File moved
File moved
File moved
Supports Markdown
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