From 602fb2a02b541f77cc7de87697f6d6de2511be6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20GAUTREAU?= Date: Tue, 1 Dec 2020 16:30:22 +0100 Subject: [PATCH] brrrrrr --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52e8f8d..2e92fbe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,15 +122,11 @@ jobs: back-deploy-heroku: docker: - image: buildpack-deps:trusty - auth: - username: $DOCKERHUB_USERNAME - password: $DOCKERHUB_PASSWORD steps: - checkout - run: name: Heroku Deploy - command: | - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main - run: name: Smoke Test command: echo todo && false