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,7 @@
# Assets
Bundled resources for deployment-pipeline-orchestrator skill
- [ ] pipeline_template.yaml: A template for creating new deployment pipelines, providing a starting point for users to customize.
- [ ] example_config.yaml: An example deployment pipeline configuration file, demonstrating how to configure the pipeline for a specific application.
- [ ] sample_scripts/: A directory containing sample scripts for common deployment tasks, such as database migration and service restart.