Skip to content

Commit f78a9b3

Browse files
committed
Update new deploy envs
1 parent 543ebf9 commit f78a9b3

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.gitlab/ci/deploy_app.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,18 @@ app-deploy-image-production:
4747
strategy: depend
4848
variables:
4949
MANIFEST_SETUP_COMMAND: quick
50-
MANIFEST_QUICK_TARGETS: inventory/polycentric-2026/app.yml:$ENVIRONMENT
5150
MANIFEST_STAGGER_TIME: '10'
5251

5352
app-deploy-manifest-staging:
5453
extends: .app-deploy-manifest
5554
variables:
56-
ENVIRONMENT: staging
55+
MANIFEST_QUICK_TARGETS: inventory/polycentric-2026/app.yml:staging
5756
needs:
5857
- app-deploy-image-staging
5958

6059
app-deploy-manifest-production:
6160
extends: .app-deploy-manifest
6261
variables:
63-
ENVIRONMENT: polycentric # not production!
62+
MANIFEST_QUICK_TARGETS: inventory/polycentric-east/app.yml:polycentriceast,inventory/polycentric-west/app.yml:polycentricwest
6463
needs:
6564
- app-deploy-image-production

.gitlab/ci/deploy_server.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,18 @@ server-deploy-image-production:
4747
strategy: depend
4848
variables:
4949
MANIFEST_SETUP_COMMAND: quick
50-
MANIFEST_QUICK_TARGETS: inventory/polycentric-2026/server.yml:$ENVIRONMENT
5150
MANIFEST_STAGGER_TIME: '10'
5251

5352
server-deploy-manifest-staging:
5453
extends: .server-deploy-manifest
5554
variables:
56-
ENVIRONMENT: staging
55+
MANIFEST_QUICK_TARGETS: inventory/polycentric-2026/server.yml:staging
5756
needs:
5857
- server-deploy-image-staging
5958

6059
server-deploy-manifest-production:
6160
extends: .server-deploy-manifest
6261
variables:
63-
ENVIRONMENT: polycentric # not production!
62+
MANIFEST_QUICK_TARGETS: inventory/polycentric-east/server.yml:polycentriceast,inventory/polycentric-west/server.yml:polycentricwest
6463
needs:
6564
- server-deploy-image-production

0 commit comments

Comments
 (0)