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