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

Update .gitlab-ci.yml

parent 9a8056c8
Pipeline #2100 passed with stages
in 24 seconds
image: alpine:latest
stages: stages:
- test - test
- deploy - deploy
...@@ -22,5 +24,9 @@ pages: ...@@ -22,5 +24,9 @@ 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/"
artifacts:
paths:
- public
only: only:
- master - 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