diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a1618e6..c4f84114 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,15 +51,20 @@ build: - dist/ expire_in: 1 week -deploy: +foo: stage: deploy - # dependencies: - # - build script: - - echo "Deploying to production..." - ls dist - # environment: - # name: production - # url: https://vtt.f3l.de/ - only: - - master + +# deploy: +# stage: deploy +# # dependencies: +# # - build +# script: +# - echo "Deploying to production..." +# - ls dist +# # environment: +# # name: production +# # url: https://vtt.f3l.de/ +# only: +# - master