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 db522fc commit 63f9eefCopy full SHA for 63f9eef
deploy.yml
@@ -1,17 +1,16 @@
1
envs:
2
# Development environment
3
- name: development
4
- auto_merge: false
+ task: "${GITPLOY_DEPLOY_TASK}${GITPLOY_ROLLBACK_TASK}:lambda-service:development"
5
required_contexts: []
6
7
8
- name: beta
9
+ task: "${GITPLOY_DEPLOY_TASK}${GITPLOY_ROLLBACK_TASK}:lambda-service:beta"
10
11
12
# Production environment
13
- name: production
14
- auto_merge: true
15
- required_contexts:
16
- - test
17
- - docker-image
+ task: "${GITPLOY_DEPLOY_TASK}${GITPLOY_ROLLBACK_TASK}:lambda-service:production"
+ production_environment: true
+ required_contexts: []
0 commit comments