Git is the deploy
Every workspace is a git remote. Push main and it is live with its checks run; push a branch and you get a preview that never fires a schedule. Rollback is a commit.
Push main: checks run, then it is live. Push a branch: a preview that never fires a schedule.
01
Push to deploy; the checks run before it goes live
02
A preview per branch, with schedules off and secrets inherited
03
What an agent learned is never touched by a deploy
04
Rollback is a new commit; history is git's
More