From d9292c344e23c1a8f730bc2530218658349a305f Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Fri, 26 Aug 2022 15:23:17 +0200 Subject: [PATCH] Try pipelines run --- bitbucket-pipelines.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index afa7ff4f..b61fcb12 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -31,8 +31,6 @@ pipelines: - cypress script: - source ./env/bitbucket/prepare_for_test.sh - - python -m venv vbvvenv - - source vbvvenv/bin/activate - pip install -r server/requirements/requirements-dev.txt - npm install - ./prepare_server_cypress.sh --start-background @@ -52,20 +50,20 @@ pipelines: deployment: prod trigger: manual script: - - ./deploy.sh --commit "$BITBUCKET_COMMIT" --token "$DEPLOY_TOKEN" --url https://myservicecrm.swisscom.ch/deploy-iesc-bKVAkQguPDVi + - ./deploy.sh --commit "$BITBUCKET_COMMIT" --token "$DEPLOY_TOKEN" --url https://myservicecrm.swisscom.ch/deploy-iesc-xxx custom: deploy-preprod: - step: name: Deploy to PREPROD deployment: preprod script: - - ./deploy.sh --commit "$BITBUCKET_COMMIT" --token "$DEPLOY_TOKEN" --url https://preprod.myservicecrm.ch/deploy-iesc-bKVAkQguPDVi + - ./deploy.sh --commit "$BITBUCKET_COMMIT" --token "$DEPLOY_TOKEN" --url https://preprod.myservicecrm.ch/deploy-iesc-xxx deploy-api: - step: name: Deploy to API deployment: api script: - - ./deploy.sh --commit "$BITBUCKET_COMMIT" --token "$DEPLOY_TOKEN" --url https://api.myservicecrm.ch/deploy-iesc-bKVAkQguPDVi + - ./deploy.sh --commit "$BITBUCKET_COMMIT" --token "$DEPLOY_TOKEN" --url https://api.myservicecrm.ch/deploy-iesc-xxx definitions: caches: