Skip to content

Tag Based Deployments

Chelsea edited this page Nov 24, 2023 · 3 revisions

Home > Deployments And Infrastructure > Tag Based Deployments


Tag Based Deployments:

Deployments and builds are initiated via GitHub actions.

We have four environments: tools, dev, test, and prod - with an associated GitHub Actions YAML file for each.

Deployments should be done on the lower envs prior to deployment to prod.

Command Reference:

Build backend:

make build-backend

Terraform:

make plan
make apply

Tagging and Deployment:

make tag-<env-name>
Clone this wiki locally