Commit e1326811 authored by Joe T.S.'s avatar Joe T.S. 🏓
Browse files

Update .gitlab-ci.yml

parent 7d53eebe
Pipeline #5987 passed with stage
in 1 minute and 12 seconds
image: alpine:latest image: alpine:latest
stages:
- deploy
pages: pages:
stage: deploy stage: deploy
script: script:
- echo "Deploying 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:
- public - 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