From 7d17914e2c1f7ef77c58a5f41c596d32acf5f723 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 31 Jan 2019 11:13:47 +0100 Subject: [PATCH] Change pipeline to custom --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 09b82610..238175b8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -50,7 +50,7 @@ pipelines: script: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master - deployment: + custom: prod: - step: *unittest-python - step: *deploy-prod