From da10f85774a540a41a2639d251a2ab2773916a8e Mon Sep 17 00:00:00 2001 From: David Date: Thu, 7 Apr 2022 23:11:13 +0000 Subject: [PATCH] fixed auto-deploy for staging --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4989f0e..f12feaa 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -22,4 +22,4 @@ pipelines: - pip script: - pip install -r requirements.txt - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME_STAGING.git HEAD + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME_STAGING.git HEAD:master