Browse Source

improve config.yml

mytest-branch
tchawou-daniel 6 years ago
parent
commit
a2c8a1116d
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -79,11 +79,12 @@ jobs:
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
workflows: workflows:
version: 2.1 version: 2.1
build_circleci:
jobs: jobs:
- build - build
- start_test: - start_test:
requires: requires:
- build - build
- back-deploy-heroku:
- back-deploy-heroku:
requires: requires:
- build - build
Loading…
Cancel
Save