@ -26,7 +26,7 @@ jobs:
- run:
name: Heroku deploy
command: |
git config --global push.default matching
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_PROJECT_NAME.git main
name: Smoke test
@ -103,9 +103,9 @@ workflows:
build-test:
jobs:
- build
#- test:
# requires:
# - build
- test:
requires:
- build_docker:
context: Docker