From 5aaca17902cda89fef31343982887e50bce23049 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 30 Jan 2019 14:22:25 +0100 Subject: [PATCH] Add pipelines config for staging --- bitbucket-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ae854a1f..98444f1e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -41,3 +41,11 @@ pipelines: name: Heroku deploy skillbox-prod script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master + + develop: + - step: *unittest-python + - step: + name: Heroku deploy skillbox-stage + script: + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git HEAD:master +