Git-backed deploy history
Every deploy is stored as a git commit in Percher's internal Forgejo instance. You can list versions and roll back to any previous deploy:
# List all versions bunx percher versions # e950cff deploy: dep_850j... 2026-04-16 # 867d57f Initial commit 2026-04-16 # Roll back bunx percher rollback e950cff
Rollback redeploys the exact code from that version through the same build pipeline. You can also roll back from the Versions tab in the dashboard.