Commit 162ccf13 authored by Kandia's avatar Kandia
Browse files

Update .gitlab-ci.yml file

parent 3357f1d8
Pipeline #9184 canceled with stage
image: alpine:latest
stages:
- deploy
pages:
stage: deploy
script:
- mkdir -p public
- echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" > public/index.html
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
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