We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6b9da commit 732901cCopy full SHA for 732901c
.circleci/config.yml
@@ -100,11 +100,6 @@ workflows:
100
branches:
101
only:
102
- 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!'
108
- aws-ecr/build-and-push-image:
109
requires:
110
- deploy-staging-static
@@ -137,11 +132,6 @@ workflows:
137
132
138
133
139
134
- master
140
141
142
143
- message: 'The main production deploy should follow shortly.'
144
- title: 'Production: Donate static assets deployed!'
145
135
146
136
147
- deploy-production-static
0 commit comments