Skip to content

Commit 6e78825

Browse files
committed
(fix): use polycentric as the environment name not production
1 parent a19f55e commit 6e78825

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/ci/deploy_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ app-deploy-manifest-staging:
6060
app-deploy-manifest-production:
6161
extends: .app-deploy-manifest
6262
variables:
63-
ENVIRONMENT: production
63+
ENVIRONMENT: polycentric # not production!
6464
needs:
6565
- app-deploy-image-production

.gitlab/ci/deploy_server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ server-deploy-manifest-staging:
6060
server-deploy-manifest-production:
6161
extends: .server-deploy-manifest
6262
variables:
63-
ENVIRONMENT: production
63+
ENVIRONMENT: polycentric # not production!
6464
needs:
6565
- server-deploy-image-production

0 commit comments

Comments
 (0)