Commit b57c7549 authored by Koukofikis's avatar Koukofikis
Browse files

Update .gitlab-ci.yml

parent fa96dcfb
Pipeline #3758 failed with stages
in 8 seconds
image: alpine:latest
stages:
- test
- deploy
test-job:
stage: test
script:
- echo "Testing files exist..."
- test -f public/index.html
- echo "Test finished, all ok"
only:
- master
pages:
stage: deploy
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
- public
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