Browse Source

maj conf yml test orbs heroku

main
Morgan Lombard 6 years ago
parent
commit
f7764f6606
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -123,7 +123,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: heroku/deploy-via-git
command: echo todo && false
- run: - run:
name: Smoke Test name: Smoke Test
command: echo todo && false command: echo todo && false
@ -151,7 +151,7 @@ workflows:
filters: filters:
branches: branches:
only: main only: main
- back-deploy-heroku:
- heroku/deploy-via-git:
requires: requires:
- build - build
- lint - lint

Loading…
Cancel
Save