From 089d41ee769aa6c29bd33c06ef1ffb48a36339d6 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Mon, 8 May 2023 18:00:25 +0200 Subject: [PATCH] Add prod deployment to pipelines --- bitbucket-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f345759a..b9db52d2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -111,12 +111,10 @@ pipelines: script: - echo "Release ready!" - step: + <<: *deploy name: deploy prod deployment: prod trigger: manual - script: - - source ./env/bitbucket/prepare_for_deployment.sh - - ./caprover_deploy.sh myvbv custom: deploy-stage: - step: