You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2026. It is now read-only.
Enable automatic deployment when a push is made to the main branch. When enabled, the bot will deploy changes immediately after receiving a push event.
Behavior
When autosync: true is set in the manifest, the bot should listen for push events to the main branch.
On detecting a push, the bot will deploy the updated repository contents automatically in the server.
This should work seamlessly with other manifest-based configuration options.
Acceptance Criteria
autosync is parsed from the manifest
On push to main, deployment is triggered if autosync is true
Disable auto-deploy when autosync is missing or set to false
🚀 feat: Auto-deploy on push to main
Summary
Enable automatic deployment when a push is made to the
mainbranch. When enabled, the bot will deploy changes immediately after receiving a push event.Behavior
autosync: trueis set in the manifest, the bot should listen for push events to themainbranch.Acceptance Criteria
autosyncis parsed from the manifestmain, deployment is triggered ifautosyncistrueautosyncis missing or set tofalse