Commit 21d8689e authored by LAU's avatar LAU
Browse files

Update .gitlab-ci.yml file

parent 1d7ac1cb
Pipeline #7834 passed with stage
in 6 seconds
image: alpine:latest image: alpine:latest
stages: stages:
- test
- deploy - deploy
pages-test:
stage: test
script:
- echo "Teste, ob Projektname gesetzt ist..."
- (! grep 'projektname= ""' public/settings.js)
- echo "Teste, ob Projektseitenlink gesetzt ist..."
- (! grep 'projektseitenlink= ""' public/settings.js)
- echo "Teste, ob Kontaktperson gesetzt ist..."
- (! grep 'Max Mustermann' public/kontakt.html)
only:
- master
pages: pages:
stage: deploy stage: deploy
script: script:
- echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" - echo "deploy to https://transfer.hft-stuttgart.de/gitlab/vicki.lauky/ar"
artifacts: artifacts:
paths: paths:
- public - public
......
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