Skip to content

Commit 8e44316

Browse files
authored
Let staging apps auto deploy (#54835)
1 parent 75fe169 commit 8e44316

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/moda/deployment.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environments:
1414
notify_still_locked: true # Notify last person to lock this after an hour
1515
secret_environment: production
1616
required_review_tasks: []
17+
auto_deploy: true
1718
cluster_selector:
1819
profile: general
1920
region: iad
@@ -24,6 +25,7 @@ environments:
2425
notify_still_locked: true # Notify last person to lock this after an hour
2526
secret_environment: production
2627
required_review_tasks: []
28+
auto_deploy: true
2729
cluster_selector:
2830
profile: general
2931
region: iad
@@ -34,6 +36,7 @@ environments:
3436
notify_still_locked: true # Notify last person to lock this after an hour
3537
secret_environment: production
3638
required_review_tasks: []
39+
auto_deploy: true
3740
cluster_selector:
3841
profile: general
3942
region: iad
@@ -44,6 +47,7 @@ environments:
4447
notify_still_locked: true # Notify last person to lock this after an hour
4548
secret_environment: production
4649
required_review_tasks: []
50+
auto_deploy: true
4751
cluster_selector:
4852
profile: general
4953
region: iad
@@ -54,6 +58,7 @@ environments:
5458
notify_still_locked: true # Notify last person to lock this after an hour
5559
secret_environment: production
5660
required_review_tasks: []
61+
auto_deploy: true
5762
cluster_selector:
5863
profile: general
5964
region: iad
@@ -64,6 +69,7 @@ environments:
6469
notify_still_locked: true # Notify last person to lock this after an hour
6570
secret_environment: production
6671
required_review_tasks: []
72+
auto_deploy: true
6773
cluster_selector:
6874
profile: general
6975
region: iad
@@ -74,6 +80,7 @@ environments:
7480
notify_still_locked: true # Notify last person to lock this after an hour
7581
secret_environment: production
7682
required_review_tasks: []
83+
auto_deploy: true
7784
cluster_selector:
7885
profile: general
7986
region: iad
@@ -84,6 +91,7 @@ environments:
8491
notify_still_locked: true # Notify last person to lock this after an hour
8592
secret_environment: production
8693
required_review_tasks: []
94+
auto_deploy: true
8795
cluster_selector:
8896
profile: general
8997
region: iad
@@ -94,6 +102,7 @@ environments:
94102
notify_still_locked: true # Notify last person to lock this after an hour
95103
secret_environment: production
96104
required_review_tasks: []
105+
auto_deploy: true
97106
cluster_selector:
98107
profile: general
99108
region: iad
@@ -104,6 +113,7 @@ environments:
104113
notify_still_locked: true # Notify last person to lock this after an hour
105114
secret_environment: production
106115
required_review_tasks: []
116+
auto_deploy: true
107117
cluster_selector:
108118
profile: general
109119
region: iad
@@ -114,6 +124,7 @@ environments:
114124
notify_still_locked: true # Notify last person to lock this after an hour
115125
secret_environment: production
116126
required_review_tasks: []
127+
auto_deploy: true
117128
cluster_selector:
118129
profile: general
119130
region: iad
@@ -124,6 +135,7 @@ environments:
124135
notify_still_locked: true # Notify last person to lock this after an hour
125136
secret_environment: production
126137
required_review_tasks: []
138+
auto_deploy: true
127139
cluster_selector:
128140
profile: general
129141
region: iad

0 commit comments

Comments
 (0)