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

Update .gitlab-ci.yml

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