Try pipelines run
This commit is contained in:
parent
33757aa77e
commit
d9292c344e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue