ci: trigger-deploy-staging вместо -dev (dev перешёл в docker-compose)
This commit is contained in:
+2
-2
@@ -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"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user