-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
π feat: Auto-deploy on push to main
Summary
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: trueis set in the manifest, the bot should listen for push events to themainbranch. - 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
-
autosyncis parsed from the manifest - On push to
main, deployment is triggered ifautosyncistrue - Disable auto-deploy when
autosyncis missing or set tofalse - Handle and log errors gracefully
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo