File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5352app-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
6059app-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
Original file line number Diff line number Diff 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
5352server-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
6059server-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
You can’t perform that action at this time.
0 commit comments