From ae7fc596b9a3db20102432d469fd8407029bacb5 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Thu, 4 Oct 2018 22:26:05 +0200 Subject: [PATCH] Make push to master deploy on myskillbox.ch --- bitbucket-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index cd3b24c8..ae854a1f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,8 +11,8 @@ clone: definitions: - step: &testserver - name: testserver + step: &unittest-python + name: Unittest python server code caches: - pip services: @@ -32,12 +32,12 @@ definitions: pipelines: default: - - step: *testserver + - step: *unittest-python branches: master: - - step: *testserver + - step: *unittest-python - step: - name: heroku-deploy + name: Heroku deploy skillbox-prod script: - - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master + - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master