From f366f2bab30a9fc1d09716d48458a43b19c3e093 Mon Sep 17 00:00:00 2001 From: SimonBurdy Date: Thu, 21 Oct 2021 17:51:35 +0200 Subject: [PATCH] -update --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3da3d45..6ffc47b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,7 +102,7 @@ jobs: back-deploy-heroku: docker: - - image: buildpack-deps:trusty + - image: docker:17.05.0-ce-git steps: - checkout - run: @@ -114,7 +114,7 @@ jobs: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" - exit 1 + exit 1 fi workflows: