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

Update .gitlab-ci.yml

parent a9b7a6d4
Pipeline #2074 passed with stages
in 40 seconds
variables:
EXPORT_DIR: "/var/www/html/pages"
stages: stages:
- test - test
- deploy - deploy
...@@ -17,10 +14,9 @@ pages-test: ...@@ -17,10 +14,9 @@ pages-test:
only: only:
- master - master
pages-master: pages:
stage: deploy stage: deploy
script: script:
- echo "deploying to gitlab pages... "
- echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts: artifacts:
paths: paths:
......
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