Automatically update your self-hosted app when a new version ships

Checks for new software releases and automatically redeploys your self-hosted app to stay current.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4)

flowchart TD trig(["scheduled version check"]):::trigtime s0["compare to latest release"]:::task s1["deploy update"]:::svc trig --> s0 gx{"× is update available"}:::gate s0 --> gx p00["trigger redeploy"]:::task gx -->|"newer version found"| p00 p10["no action taken"]:::task gx -->|"already current"| p10 p00 --> s1 p10 --> s1 out[/"app auto updated to latest release"/]:::out pay{{"stay current without manual deploys"}}:::pay s1 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceOne path onlyResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
DevOps & IT Operations
Connects
CoolifyGitHub

The problem it solves

Keeping self-hosted software up to date means checking release notes and manually triggering deployments, and it's easy to let that slip for weeks. Falling behind on updates leaves you exposed to bugs and issues that are already fixed upstream.

Who it fits

Technical teams running self-hosted software who want it to stay current without manual checks.

How it works

  1. On a schedule, the system checks your current software version
  2. It compares that against the latest official release
  3. If a newer version is available, it triggers a deployment through Coolify
  4. If you're already current, nothing happens
  5. Your app stays on the latest stable release automatically
What you get

App updates you never have to trigger yourself

Your self-hosted app quietly stays on the latest stable release without you lifting a finger.

What you get

An automatically redeployed, up-to-date instance of your self-hosted app whenever a new version is released.

What you need

A Coolify account and access to your app's deployment API.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook