Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:15 +08:00
commit 0eaea7ecb3
11 changed files with 494 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for deployment-rollback-manager skill
- [ ] rollback_deployment.sh: Script to execute the deployment rollback process, including safety checks and version verification.
- [ ] verify_deployment.sh: Script to verify the current deployment status and health before and after rollback.
- [ ] get_previous_version.sh: Script to retrieve the previous deployment version from the deployment history.