Skip to content

Commit 3decc31

Browse files
Merge upstream develop
2 parents 4daeab6 + 6e78825 commit 3decc31

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)