---
description: Automatically trigger builds from Git events with Capawesome Cloud Automations. No CLI, no external CI/CD — just push and build.
title: Announcing Capawesome Cloud Automations - Capawesome
image: https://capawesome.io/docs/assets/images/social/blog/announcing-capawesome-cloud-automations.png
---

[ Skip to content](#announcing-capawesome-cloud-automations) 

[ 🎉 Introducing **Capawesome Platform** — one platform for Live Updates, Native Builds, App Store Publishing, and Insider SDKs.](https://capawesome.io) 

* [  Formbricks ](/docs/plugins/formbricks/)
* [  Geocoder ](/docs/plugins/geocoder/)
* [  Google Sign-In ](/docs/plugins/google-sign-in/)
* [  libSQL ](/docs/plugins/libsql/)
* [  Live Update ](/docs/plugins/live-update/)
* [  Managed Configurations ](/docs/plugins/managed-configurations/)
* [  Media Session ](/docs/plugins/media-session/)
* [  ML Kit ](/docs/plugins/mlkit/)
* [  NFC ](/docs/plugins/nfc/)
* [  OAuth ](/docs/plugins/oauth/)
* [  Pedometer ](/docs/plugins/pedometer/)
* [  Photo Editor ](/docs/plugins/photo-editor/)
* [  PostHog ](/docs/plugins/posthog/)
* [  Printer ](/docs/plugins/printer/)
* [  Purchases ](/docs/plugins/purchases/)
* [  RealtimeKit ](/docs/plugins/realtimekit/)
* [  Screen Orientation ](/docs/plugins/screen-orientation/)
* [  Screenshot ](/docs/plugins/screenshot/)
* [  Secure Preferences ](/docs/plugins/secure-preferences/)
* [  Speech Recognition ](/docs/plugins/speech-recognition/)
* [  Speech Synthesis ](/docs/plugins/speech-synthesis/)
* [  Share Target ](/docs/plugins/share-target/)
* [  Square Mobile Payments ](/docs/plugins/square-mobile-payments/)
* [  SQLite ](/docs/plugins/sqlite/)
* [  Superwall ](/docs/plugins/superwall/)
* [  Torch ](/docs/plugins/torch/)
* [  Wifi ](/docs/plugins/wifi/)
* [  Zip ](/docs/plugins/zip/)
* [  Cloud ](/docs/cloud/)
* [  Live Updates ](/docs/cloud/live-updates/)
* Advanced
* Integrations
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Configuration ](/docs/cloud/native-builds/configuration/)
* [  Environments ](/docs/cloud/native-builds/environments/)
* Guides
* [  Sample Projects ](/docs/cloud/native-builds/sample-projects/)
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  Automations ](/docs/cloud/automations/)
* Account
* Organizations
* [  Organization and User Management ](/docs/cloud/organizations/memberships/)
* [  Single Sign-On (SSO) ](/docs/cloud/organizations/sso/)
* [  Teams ](/docs/cloud/organizations/teams/)
* [  Two-Factor Authentication ](/docs/cloud/organizations/two-factor-authentication/)
* [  Integrations ](/docs/cloud/integrations/)
* [  License Keys ](/docs/cloud/license-keys/)
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Pricing ](https://capawesome.io/pricing/)
* [  FAQ ](/docs/cloud/faq/)
* [  Support ](/docs/cloud/support/)
* [  Contributing ](/docs/contributing/)
* [  LLMs ](/docs/llms/)
* [  Insiders ](/docs/insiders/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/insiders/support/)
* [  FAQ ](/docs/insiders/faq/)
* [  Blog ](/blog/)
* Categories

* [  Getting Started ](#getting-started)
* [  Final Thoughts ](#final-thoughts)

# Announcing Capawesome Cloud Automations[¶](#announcing-capawesome-cloud-automations "Permanent link")

We're excited to announce **Capawesome Cloud Automations**, a new feature that automatically triggers builds whenever you push to a branch or create a tag. No CLI, no external CI/CD pipeline, no manual steps — just connect your Git repository, set up an automation, and every matching Git event kicks off a build. Configure it once and let Capawesome Cloud handle the rest.

## Why Automations?[¶](#why-automations "Permanent link")

Until now, triggering a build on Capawesome Cloud required a manual step — either clicking "Build from Git" in the Console or running a command via the CLI. Many teams worked around this by setting up external CI/CD pipelines (GitHub Actions, GitLab CI, etc.) that called the Capawesome Cloud API on every push. While this worked, it introduced extra complexity: **another pipeline to maintain, another set of credentials to manage, and duplicate costs** for CI/CD minutes you were already paying for with Capawesome Cloud.

Automations remove all of that. Everything happens inside Capawesome Cloud — no external tooling, no CLI, no YAML files. Just a Git repository and Capawesome Cloud. This makes the entire setup **less error-prone** and easier to manage, especially for teams where not every member has a local development environment configured.

## How It Works[¶](#how-it-works "Permanent link")

Setting up an automation takes less than a minute:

1. **Navigate to Automations**: Open the Automations page of your app in the Capawesome Cloud Console.
2. **Create an Automation**: Give it a name, select a platform (Android, iOS, or Web), and choose a trigger type — **Branch** or **Tag**.
3. **Set a Trigger Pattern**: Specify which branch or tag should trigger the build, for example `main` or `v*`.
4. **Configure Build Settings** (optional): Attach a signing certificate, environment, store destination, or live update channel.
5. **Push Your Code**: That's it. The next matching push or tag triggers a build automatically.

Once a build is triggered, you'll receive a **notification via email** and can track the build progress directly in the Console — just like any other build.

[Get Started](/)

## Key Features[¶](#key-features "Permanent link")

### Branch and Tag Triggers[¶](#branch-and-tag-triggers "Permanent link")

![Automations List](/docs/assets/images/posts/announcing-capawesome-cloud-automations/038cc423-0343-46c0-88c4-60b81994cd0c.png) 

Manage all your automations in one place

Configure automations to trigger on **branch pushes** or **tag creation**. Use branch triggers for continuous integration workflows (e.g., build on every push to `main`) and tag triggers for release workflows (e.g., build when a version tag like `v1.0.0` is created).

### Pattern Matching[¶](#pattern-matching "Permanent link")

Target specific branches or tags using **name patterns**. For example, trigger builds only for tags starting with `v` or only for pushes to `release/*` branches. This gives you fine-grained control over which Git events actually start a build.

### Commit Message Filtering[¶](#commit-message-filtering "Permanent link")

Optionally filter triggers based on **commit message content**. This lets you skip builds for non-code changes or only build when a specific keyword is present in the commit message.

### Full Build Configuration[¶](#full-build-configuration "Permanent link")

Each automation can include the full set of build settings — **build type, build stack, signing certificate, environment variables, store destination, and live update channel**. This means you can set up a complete pipeline from Git push to app store submission or live update deployment, all without leaving Capawesome Cloud.

### Automatic Webhook Setup[¶](#automatic-webhook-setup "Permanent link")

![Webhook Setup Dialog](/docs/assets/images/posts/announcing-capawesome-cloud-automations/a013ba5b-13e6-490f-a3e8-f50b208df403.png) 

Set up webhooks manually when needed

When you create an automation, Capawesome Cloud **automatically registers a webhook** on your connected Git repository. No manual configuration needed in most cases. If automatic registration isn't possible (e.g., for self-hosted providers), you can set up the webhook manually using the values provided in the Setup dialog.

[Learn more about Webhooks](/docs/cloud/automations/webhooks/)

### Enable and Disable[¶](#enable-and-disable "Permanent link")

**Toggle automations on or off** without deleting them. This is useful for temporarily pausing builds during maintenance or when you want to keep a configuration for later use without it triggering on every push.

## Getting Started[¶](#getting-started "Permanent link")

Head over to the [Automations documentation](/docs/cloud/automations/) to learn how to set up your first automation. If you already have a Git repository connected and an app configured in Capawesome Cloud, you can be up and running in under a minute.

[Book a Capawesome Cloud Demo](https://cal.com/team/capawesome/cloud-demo)

## Final Thoughts[¶](#final-thoughts "Permanent link")

Automations bring true CI/CD to Capawesome Cloud without the need for external tools or duplicate infrastructure. Push your code, and Capawesome Cloud takes care of the build — including signing, publishing, and live update deployment if configured. It's the simplest way to keep your Capacitor app builds in sync with your Git workflow.

If you have questions or feedback, join our [Discord community](https://discord.gg/VCXxSVjefW) — we'd love to hear how you're using Automations. And if you want to stay up to date on new features and announcements, [subscribe to our newsletter](/newsletter/).

For more on cloud builds, check out our [Web Builds announcement](/blog/announcing-capawesome-cloud-web-builds/).

May 7, 2026 

 Back to top 