Commit b48a6670 authored by Okeke's avatar Okeke
Browse files

Upload New File

parent f3fb7f8b
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/"
artifacts:
paths:
- public
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