Commit d1cec7b8 authored by Percen's avatar Percen
Browse files

Update .gitlab-ci.yml file

parent e51fb4d8
Pipeline #10418 passed with stage
in 7 seconds
Showing with 5 additions and 3 deletions
+5 -3
image: alpine:latest
stages:
- deploy
- deploy
pages:
stage: deploy
script:
- echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
- mkdir -p public # Erstelle das public-Verzeichnis
- echo "Hello World" > public/index.html # Lege eine Testdatei hinein
artifacts:
paths:
- public
only:
only:
- master
Supports Markdown
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