From e6c200629ed5cda9dfbf3812123102b67c297769 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 13:37:27 +0100 Subject: [PATCH] :construction_worker: update verion py --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index abb25ac..9b75d67 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/python:3.8 + - image: circleci/python:latest working_directory: ~/repo steps: - checkout @@ -25,7 +25,7 @@ jobs: test: docker: - - image: circleci/python:3.8 + - image: circleci/python:latest - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: myUser @@ -74,7 +74,7 @@ jobs: - checkout - run: name: Heroku deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git origin/main - run: name: Smoke test command: |