We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa479e commit b1ee25fCopy full SHA for b1ee25f
1 file changed
.gitlab/ci/deploy_app.yml
@@ -18,21 +18,21 @@
18
entrypoint: ['']
19
script:
20
- crane auth login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
21
- - crane tag $CI_REGISTRY_IMAGE/app:$CI_COMMIT_SHA $ENVIRONMENT
+ - crane tag $CI_REGISTRY_IMAGE/app:$CI_COMMIT_SHA $CI_ENVIRONMENT_NAME
22
needs:
23
- job: app-web-image
24
artifacts: false
25
26
app-deploy-image-staging:
27
extends: .app-deploy-image
28
- variables:
29
- ENVIRONMENT: staging
+ environment:
+ name: staging
30
31
app-deploy-image-production:
32
33
when: manual
34
35
- ENVIRONMENT: production
+ name: production
36
37
###############################
38
# Rolling restart on Manifest #
0 commit comments