Commit 098fd420 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

parent 9a8056c8
Pipeline #7564 passed with stages
in 24 seconds
Showing with 9 additions and 3 deletions
+9 -3
image: alpine:latest
stages:
- test
- deploy
......@@ -21,6 +23,10 @@ test-job:
pages:
stage: deploy
script:
- echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
only:
- master
- echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts:
paths:
- public
only:
- master
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