From 4af864219ccf708ecffa575636ca2077f647790f Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 30 Jan 2019 15:22:53 +0100 Subject: [PATCH] Change branch name in pipelines config again --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d76c41d2..91461c89 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:develop + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master