Public Access
feat: deploy:verify — deploy with auto health check and rollback (#147) #293
Reference in New Issue
Block a user
Delete Branch "feature/147-deploy-verify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n\nOrchestrates backup → deploy → health-check → rollback-if-failed with audit trail.\n\n- Pre-deploy snapshot via backup-before-deploy.php\n- Deploy via deploy-sftp.php subprocess\n- Inline health check with configurable retries and delay\n- Auto-rollback via rollback-joomla.php if health check fails\n- Post-rollback verification\n- Full audit trail via AuditLogger\n\nCloses #147