Skip to content

Commit 7e94f96

Browse files
authored
Update deploy.yml
1 parent 63f9eef commit 7e94f96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ envs:
22
# Development environment
33
- name: development
44
task: "${GITPLOY_DEPLOY_TASK}${GITPLOY_ROLLBACK_TASK}:lambda-service:development"
5+
auto_merge: false
56
required_contexts: []
67

78
# Development environment
89
- name: beta
910
task: "${GITPLOY_DEPLOY_TASK}${GITPLOY_ROLLBACK_TASK}:lambda-service:beta"
11+
auto_merge: false
1012
required_contexts: []
1113

1214
# Production environment
1315
- name: production
1416
task: "${GITPLOY_DEPLOY_TASK}${GITPLOY_ROLLBACK_TASK}:lambda-service:production"
1517
production_environment: true
18+
auto_merge: false
1619
required_contexts: []

0 commit comments

Comments
 (0)