diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bd9651..91c7190 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,12 +108,10 @@ workflows: requires: - build - deploy-heroku: - context: Heroku + context: Heroku-tp-final requires: - build - # - test (We don't require test as there's a problem with them atm) - docker-build-push: - context: Docker + context: Docker-tp-final requires: - - build - # - test (We don't require test as there's a problem with them atm) \ No newline at end of file + - build \ No newline at end of file