From e537888554e53d89a9489cbc32ea703cc8bff63f Mon Sep 17 00:00:00 2001 From: "Zimin A.N." Date: Sun, 3 May 2026 19:05:26 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20trigger-deploy-staging=20=D0=B2=D0=BC?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=20-dev=20(dev=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D1=88=D1=91=D0=BB=20=D0=B2=20docker-compose)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9be5bb..3a5115f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ docker-migrations: - docker push $IMG:$CI_COMMIT_REF_SLUG # ─── TRIGGER DEPLOY (downstream pipeline) ────── -trigger-deploy-dev: +trigger-deploy-staging: stage: trigger-deploy trigger: project: 2-6/2-6-4/terravault/ordinis-infra @@ -120,7 +120,7 @@ trigger-deploy-dev: strategy: depend variables: UPSTREAM_IMAGE_TAG: $IMAGE_TAG - DEPLOY_ENV: dev + DEPLOY_ENV: staging rules: - if: '$CI_COMMIT_BRANCH == "main"'