# Bootstrap application(first deploy) # Automated deploy - Deployment through github actions. - The pipeline involves... - Continuous integration - Image build - Deploy to cluster ## Pull request - Inteactive - Use chatops to deploy from pull request comment. - Deploy the commit to the dev clusters as given the chatops command. ## Dev - Interactive - Use chatops to deploy. - From pull request comment. - From issue comment. - Deploy the head commit to the dev clusters as given the chatops command. ## Staging - Automated - Merge to `staging` branch - CI and image build. - Deployment to the staging cluster. ## Prod - Automated - Create tag from `master` branch. - Image build - Deployment to production cluster. # Backend apllications deployment # Frontend applications deployment
Bootstrap application(first deploy)
Automated deploy
Pull request
Dev
Staging
stagingbranchProd
masterbranch.Backend apllications deployment
Frontend applications deployment