Automate Bitbucket releases
Automatically release the UI Bakery app upon merging a pull request
Step 1. Enable Instance API
To enable UI Bakery Instance API please follow this guide
Step 2. Create pipeline:
Go to Deployments tab
Paste the following content into "bitbucket-pipelines.yml":
Replace the
UI_BAKERY_INSTANCE
placeholder with your domain name.Replace
APP_ID
with your app ID (can be found in URL).Replace
TOKEN
with the value of yourUI_BAKERY_INSTANCE_API_TOKEN
variable
The workflow will be executed on every push/merge into the "main" branch
Last updated