Skip to content

Commit

Permalink
chore: recert deploy_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 25, 2023
1 parent 5507089 commit 5c96656
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,19 @@ defaults: &defaults
- slack/notify:
event: fail
branch_pattern: "master"
deploy_defaults: &deploy_defaults
filters:
tags:
only: *tag_regex
branches:
ignore: /.*/
context:
- build
- slack
post-steps:
- slack/notify:
event: fail
branch_pattern: "master"
yarn_project: &yarn_project
requires:
- yarn-project
Expand Down Expand Up @@ -1215,34 +1228,34 @@ workflows:
- deploy-dockerhub:
requires:
- e2e-end
<<: *defaults
<<: *deploy_defaults
- deploy-npm:
requires:
- e2e-end
<<: *defaults
<<: *deploy_defaults

- deploy-end:
requires:
- deploy-dockerhub
- deploy-npm
<<: *defaults
<<: *deploy_defaults

- build-deployment-canary:
requires:
- deploy-end
<<: *defaults
<<: *deploy_defaults

- run-deployment-canary-uniswap:
requires:
- build-deployment-canary
<<: *defaults
<<: *deploy_defaults

- run-deployment-canary-browser:
requires:
- build-deployment-canary
<<: *defaults
<<: *deploy_defaults

- run-deployment-canary-cli:
requires:
- build-deployment-canary
<<: *defaults
<<: *deploy_defaults

0 comments on commit 5c96656

Please sign in to comment.