Skip to content

Commit a4b5bb9

Browse files
Update production pipeline order of jobs
1 parent 2be3a2d commit a4b5bb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,9 @@ workflows:
220220
- assume-role-production
221221
filters:
222222
branches:
223-
only: production
223+
only: master
224224
- deploy-to-production:
225225
requires:
226-
- permit-production-release
227226
- terraform-init-and-apply-to-production
228227
filters:
229228
branches:

0 commit comments

Comments
 (0)