@swampadmin/deploy-pipeline
v2025.11.20.0
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.
Repository
https://github.com/swamp-club/deploy-pipeline
Labels
deploymentci-cdpipeline
Contents
Install
$ swamp extension pull @swampadmin/deploy-pipelineRelease 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
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