From e44a0ffdd5b7b5ad21f988b38bae5bf86d1c0b7c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 30 Jan 2019 15:12:46 +0100 Subject: [PATCH] Change branch name in pipelines config --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 98444f1e..d76c41d2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -47,5 +47,5 @@ pipelines: - step: name: Heroku deploy skillbox-stage script: - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git HEAD:master + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git HEAD:develop