Browse Source

💚 Remove heroku branch parameter

💚 Remove heroku branch parameter
pull/10/head
Anthony Quéré 5 years ago
committed by GitHub
parent
commit
b3f0e8ac7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

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

Loading…
Cancel
Save