File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ references:
99
99
100
100
notify_slack_staging : ¬ify_slack_staging
101
101
slack/status :
102
- failure_message : " [Docs] :red_circle: $CIRCLE_JOB has failed on master ! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
102
+ failure_message : " [Docs] :red_circle: $CIRCLE_JOB has failed on main ! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
103
103
success_message : " :tada: [Stage] Docs site has been successfully deployed at version $CIRCLE_SHA1 to https://docs.dogfood-stage.com"
104
- only_for_branches : " master "
104
+ only_for_branches : " main "
105
105
channel : " C01J73HUKEF" # #team-platform-notifications
106
106
107
107
notify_slack_prod : ¬ify_slack_prod
108
108
slack/status :
109
- failure_message : " [Docs] :red_circle: $CIRCLE_JOB has failed on master ! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
109
+ failure_message : " [Docs] :red_circle: $CIRCLE_JOB has failed on main ! Build triggered by: $CIRCLE_USERNAME. You have one hour to fix or revert!!"
110
110
success_message : " :tada: [Prod] Docs site has been successfully deployed at version $CIRCLE_TAG to https://docs.gruntwork.io"
111
111
channel : " C01J73HUKEF" # #team-platform-notifications
112
112
@@ -217,7 +217,7 @@ workflows:
217
217
- validate-build :
218
218
filters :
219
219
branches :
220
- ignore : master
220
+ ignore : main
221
221
stage_deployment :
222
222
# Make sure this pipeline doesn't run when a schedule is triggered
223
223
when :
@@ -229,7 +229,7 @@ workflows:
229
229
- validate-build :
230
230
filters :
231
231
branches :
232
- only : master
232
+ only : main
233
233
- deploy-to-stage :
234
234
context :
235
235
- SLACK__WEBHOOK__team-platform
@@ -239,7 +239,7 @@ workflows:
239
239
- validate-build
240
240
filters :
241
241
branches :
242
- only : master
242
+ only : main
243
243
prod_deployment :
244
244
# Make sure this pipeline doesn't run when a schedule is triggered
245
245
when :
You can’t perform that action at this time.
0 commit comments