Skip to content

Production

Jonatan Kłosko edited this page Jul 1, 2023 · 2 revisions

Deploying an update

Once the updated code lands on the main branch, we want to explicitly deploy to production by pushing the changes to the prod branch as well. A simple way to do it is running git push origin main:prod (just make sure your local main branch is up to date).

Pushing to the prod branch triggers the deployment workflow that builds the new image and pushes it to ECR to trigger the deployment pipeline.

Clone this wiki locally