From 12ef9d595aeba93f51bd64794c238ef3f832bc10 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 16:38:16 +0100 Subject: [PATCH] gitlab-ci: adjust deploy job --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 969bb287..223a26a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,16 +49,17 @@ build: artifacts: paths: - dist - # expire_in: 1 week + expire_in: 1 week + deploy: stage: deploy - # dependencies: - # - build + dependencies: + - build script: - echo "Deploying to production..." - # - ls dist - # environment: - # name: production - # url: https://vtt.f3l.de/ + - ls dist + environment: + name: production + url: https://vtt.f3l.de/ only: - master