Deploy Pipeline
01README
Reusable deployment workflows for staging and production environments.
Includes build → test → deploy pipelines with manual approval gates for production, plus automated rollback on health check failure.
02Release Notes
Initial release with three core workflows:
- Deploy to Staging — build, test, deploy
- Deploy to Production — manual approval gate, deploy, health check
- Rollback — identify previous version and revert
03Workflows
Deploy to Stagingdeploy-staging
Deploy to Staging workflow
deploy-staging-jobExecute Deploy to Staging
1.Buildcommand/shell.run— Build step
2.Testcommand/shell.run— Test step
3.Deploycommand/shell.run— Deploy step
Deploy to Productiondeploy-production
Deploy to Production workflow
deploy-production-jobExecute Deploy to Production
1.Approvecommand/shell.prompt— Approve step
2.Deploycommand/shell.run— Deploy step
3.Health Checkcommand/shell.run— Health Check step
Rollback Deploymentrollback
Rollback Deployment workflow
rollback-jobExecute Rollback Deployment
1.Identify Versioncommand/shell.run— Identify Version step
2.Rollbackcommand/shell.run— Rollback step
04Stats
Downloads
0
Archive size
97.0 KB
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
05Platforms
06Labels