Process Flow - Deployment pipelines (dev, staging, prod)
Start: Code Commit
Build & Test
Deploy to Dev
Manual Approval?
No→Stop Pipeline
Yes
Deploy to Staging
Automated Tests on Staging
Manual Approval?
No→Stop Pipeline
Yes
Deploy to Production
End
The pipeline starts with code commit, then builds and tests the code, deploys to dev, waits for manual approval to deploy to staging, runs tests, waits for approval again, and finally deploys to production.