From 30ed7345905db9ad5f016477db5f3414ae439bd1 Mon Sep 17 00:00:00 2001 From: Pierre-Gilles Levallois <pierregilles.levallois@gmail.com> Date: Thu, 23 Mar 2023 16:04:22 +0100 Subject: [PATCH] auto deploy --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 126bde3..6a9b73d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,6 +119,7 @@ variables: ################################################################################ stages: - Build Calqul + - Auto Deploy - Deploy Calqul Buttons - Deploy Calqul Production @@ -233,8 +234,7 @@ Build Calqul Git-lfs: # tags: # - ns-arb-d01 1. Init Grid: - stage: Deploy Calqul Buttons - when: manual + stage: Auto Deploy variables: NAMESPACE: "ns-$TRIGRAMME-$NAMESPACE_ENV" before_script: -- GitLab