From 67e2ab7d4a735248dfac349ca0023ca6f18d0e84 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 15:03:36 +0100 Subject: [PATCH] gitlab-ci: testing --- .gitlab-ci.yml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) 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