Automatic deploy on push

4 min readUpdated August 2026

Autodeploy is a switch on the app, not a separate pipeline you write. When it is on, a push to the connected GitHub branch starts a build and a rolling deploy.

Step by step

01

Connect the repo first

Autodeploy only applies to git-backed apps. Connect GitHub and set Repository and Branch on Build.

02

Turn Autodeploy on

Open Settings → Build. Turn Autodeploy to Enabled. A push to the connected branch then builds and rolls out a new revision.

03

Push that branch

The GitHub App webhook notifies StackBlaze. Watch the Deployments tab for the build. Docker-image apps do not build from git — use Redeploy or change the tag instead.