We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8c425 commit 554ba2fCopy full SHA for 554ba2f
2 files changed
operations/deploy-live.hcl
@@ -4,9 +4,12 @@ job "sbws-live" {
4
namespace = "live-network"
5
6
update {
7
- max_parallel = 1
8
- healthy_deadline = "15m"
9
- progress_deadline = "20m"
+ max_parallel = 1
+ canary = 1
+ min_healthy_time = "30s"
10
+ healthy_deadline = "5m"
11
+ auto_revert = true
12
+ auto_promote = true
13
}
14
15
group "sbws-live-group" {
operations/deploy-stage.hcl
@@ -4,9 +4,12 @@ job "sbws-stage" {
namespace = "stage-network"
spread {
0 commit comments