Commit 6a59e069 authored by Kandia's avatar Kandia
Browse files

Delete .gitlab-ci.yml

parent 162ccf13
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