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: