From 5bb66d531300aa5ae3b46a308987163c50c6c4a9 Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Mon, 18 Jan 2021 02:33:37 +0100 Subject: [PATCH] :wrench: modify .config/config.yml --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c33dd77..55c48f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,12 +41,6 @@ jobs: . venv/bin/activate sleep 1 flask db upgrade - - run: - name: flask test - command: | - . venv/bin/activate - sleep 1 - flask test - save_cache: paths: - ./venv @@ -56,6 +50,9 @@ jobs: - image: buildpack-deps:trusty steps: - checkout + - run: + name: Heroku Deploy + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - run: name: Smoke test command: ./testbackend.sh @@ -90,4 +87,4 @@ workflows: - start_test - buildandpush_dockerhub: requires: - - back-deploy-heroku \ No newline at end of file + - build \ No newline at end of file