Skip to content

Commit

Permalink
build: switch deployment back to proper branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsueltenfuss committed Nov 11, 2021
1 parent e14c276 commit 12f6a5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,36 +311,36 @@ workflows:
filters:
branches:
only:
- release
- /^release-.*/
- deploy-staging:
name: staging-deploy
filters:
branches:
only:
- release
- /^release-.*/
requires:
- staging-hold
- production-hold:
type: approval
filters:
branches:
only:
- release
- /^release-.*/
requires:
- staging-deploy
- prepare-release:
filters:
branches:
only:
- release
- /^release-.*/
requires:
- production-hold
- deploy-production:
name: production-deploy
filters:
branches:
only:
- release
- /^release-.*/
requires:
- prepare-release

Expand All @@ -350,23 +350,23 @@ workflows:
filters:
branches:
ignore:
- release
- /^release-.*/
- cypress-tests:
name: Cypress Tests - Group 1
suite: group1
filters:
branches:
ignore:
- main
- release
- /^release-.*/
- cypress-tests:
name: Cypress Tests - Group 2
suite: group2
filters:
branches:
ignore:
- main
- release
- /^release-.*/
- cypress-tests:
name: Cypress Tests - Group 1
enable-dashboard: true
Expand Down

0 comments on commit 12f6a5b

Please sign in to comment.