Browse Source

🍻 add deploy heroku

main
Martin 4 years ago
parent
commit
d982faa189
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -126,6 +126,15 @@ workflows:
filters: filters:
branches: branches:
only: main only: main
- back-deploy-heroku:
requires:
- build
- lint
- back-test-e2e
- back-test-unit
filters:
branches:
only: main
Loading…
Cancel
Save