Files
gh-jeremylongshore-claude-c…/skills/deployment-pipeline-orchestrator/scripts
2025-11-30 08:19:13 +08:00
..
2025-11-30 08:19:13 +08:00

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.