Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:13 +08:00
commit eca17ae5cf
10 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for deployment-pipeline-orchestrator skill
- [ ] init_pipeline.sh: Automates the initial setup of the deployment pipeline, including environment configuration and dependency installation.
- [ ] validate_config.py: Validates the deployment pipeline configuration files against a predefined schema to ensure correctness and prevent errors.
- [ ] deploy.sh: Executes the deployment process, handling tasks such as code deployment, database migration, and service restart.
- [ ] rollback.sh: Executes the rollback process, handling tasks such as code rollback, database migration rollback, and service restart.