diff --git a/.circleci/config.yml b/.circleci/config.yml index 83d8f94..5ad9ad0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: - run: name: Heroku deploy command: | - git config --global push.default matching + git config --global push.default matching git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_PROJECT_NAME.git main - run: name: Smoke test @@ -103,9 +103,9 @@ workflows: build-test: jobs: - build - #- test: - # requires: - # - build + - test: + requires: + - build - build_docker: context: Docker requires: