From 79ec79dd7361f900e54ae4251c57596d7036c21e Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Wed, 25 Jan 2023 10:37:06 +0100 Subject: [PATCH] only deploy prod on tag --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e108149..b7c4877 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,6 +83,7 @@ full-deploy-production: # only run when stable tag is assigned and the pipeline is triggered in the web UI only: - web + - tags <<: *ssh_setup environment: Production script: -- GitLab