Commit b2097d84 authored by Percen's avatar Percen
Browse files

Update .gitlab-ci.yml file

No related merge requests found
Pipeline #10447 passed with stage
in 7 seconds
Showing with 5 additions and 22 deletions
+5 -22
image: alpine:latest
stages:
- test
- deploy
test-job:
stage: test
script:
- echo "Testing files exist..."
- test -f public/index.html
- test -f public/main.js
- test -f public/settings.js
- test -f public/assets/css/style.css
- test -f public/assets/css/mobile.css
- test -f public/assets/images/header.jpg
- test -f public/assets/images/hft_logo.svg
- test -f public/home/index.html
- echo "Test finished, all ok"
only:
- master
- deploy
pages:
stage: deploy
script:
- echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
- echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
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