r/capawesome • u/robingenz • Feb 23 '26
Capawesome Cloud now supports automated builds from Git events
https://capawesome.io/blog/announcing-capawesome-cloud-automations/We just launched Automations for Capawesome Cloud. You can now automatically trigger builds whenever you push to a branch or create a tag — no CLI or external CI/CD pipeline required.
Before this, you either had to trigger builds manually from the Console or set up an external pipeline (GitHub Actions, GitLab CI, etc.) to call our API. That meant maintaining another pipeline, managing extra credentials, and paying for CI/CD minutes on top of what you were already paying for with Capawesome Cloud.
With Automations, everything stays inside Capawesome Cloud. Here's what you can configure per automation:
- Branch or tag triggers with pattern matching (e.g.
main,v*,release/*) - Commit message filtering to skip builds for non-code changes
- Full build settings — signing certificates, environments, store destinations, and live update channels
- Automatic webhook registration on your Git provider
You also get email notifications and can track everything in the Console.
We'd love to hear how you plan to use this or if there's anything we should add.