|
|
@ -118,9 +118,6 @@ jobs: |
|
|
heroku-app: |
|
|
heroku-app: |
|
|
default: "" |
|
|
default: "" |
|
|
type: string |
|
|
type: string |
|
|
branch: |
|
|
|
|
|
default: "main" |
|
|
|
|
|
type: string |
|
|
|
|
|
docker: |
|
|
docker: |
|
|
- image: buildpack-deps:trusty |
|
|
- image: buildpack-deps:trusty |
|
|
auth: |
|
|
auth: |
|
|
@ -184,7 +181,6 @@ workflows: |
|
|
- deploy-heroku: |
|
|
- deploy-heroku: |
|
|
name: heroku-deploy-prod |
|
|
name: heroku-deploy-prod |
|
|
heroku-app: *heroku-app-main |
|
|
heroku-app: *heroku-app-main |
|
|
branch: main |
|
|
|
|
|
requires: |
|
|
requires: |
|
|
- test |
|
|
- test |
|
|
- test-e2e |
|
|
- test-e2e |
|
|
@ -196,7 +192,6 @@ workflows: |
|
|
- deploy-heroku: |
|
|
- deploy-heroku: |
|
|
name: heroku-deploy-dev |
|
|
name: heroku-deploy-dev |
|
|
heroku-app: *heroku-app-dev |
|
|
heroku-app: *heroku-app-dev |
|
|
branch: develop |
|
|
|
|
|
requires: |
|
|
requires: |
|
|
- test |
|
|
- test |
|
|
- test-e2e |
|
|
- test-e2e |
|
|
|