To begin create a cloud build configuration and a Pub/Sub configuration that is called cloud-builds
You will also need to create an App password with the permissions to (Read, Write & Admin) to the following scopes:
- Repository
- Pull Requests
- Pipelines
- Webhooks
You have to create a .env.yml
file to deploy to prod with integraiton into BitBucket Cloud, the configuration required is
BITBUCKET_USERNAME: <insert-user-name>
BITBUCKET_PASSWORD: <insert-app-password>
See /cloud-build-script-examples for sample cloud build scripts that work with NPM
This repository is licensed under MIT
see LICENSE for more information