Commit 265611ba authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml, new pipeline

parent e1ad3ffb
Pipeline #2035 failed with stage
in 13 seconds
variables:
EXPORT_DIR: "/var/www/html/pages"
image: alpine:latest
pages-master:
pages:
stage: deploy
script:
- mkdir -p "$EXPORT_DIR/INsource"
- cp -r * "$EXPORT_DIR/INsource"
tags:
- production
- echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts:
paths:
- ./
only:
- master
\ No newline at end of file
- 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