Skip to content

Commit 732901c

Browse files
committed
DON-66 - drop assets Slack notification
We don't really need 2 notifications per build now these are always connected to an ECS deploy
1 parent 1f6b9da commit 732901c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ workflows:
100100
branches:
101101
only:
102102
- develop
103-
post-steps:
104-
- slack/notify:
105-
color: '#009900'
106-
message: 'The main staging deploy should follow shortly.'
107-
title: 'Staging: Donate static assets deployed!'
108103
- aws-ecr/build-and-push-image:
109104
requires:
110105
- deploy-staging-static
@@ -137,11 +132,6 @@ workflows:
137132
branches:
138133
only:
139134
- master
140-
post-steps:
141-
- slack/notify:
142-
color: '#009900'
143-
message: 'The main production deploy should follow shortly.'
144-
title: 'Production: Donate static assets deployed!'
145135
- aws-ecr/build-and-push-image:
146136
requires:
147137
- deploy-production-static

0 commit comments

Comments
 (0)