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:
EXPORT_DIR: "/var/www/html/pages"
image: alpine:latest
pages-master:
pages:
stage: deploy
script:
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
- rsync -av * "$EXPORT_DIR/$CI_PROJECT_NAME" --exclude .git --exclude .gitlab-ci.yml
tags:
- production
only:
- master
- echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts:
paths:
- public
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