Deployment

v2

The main branch is the current v2 default branch. The code in the main branch is automatically deployed to the test environment in us-west-2 with the github workflow in .github/workflows/deploy.yaml.

We use release-please to keep a long running release PR of changes since the last release. Merging this PR will create a draft PR in github that, once released, will deploy to production in us-east-2.

v1

The develop and master branches use the old deployment system.

Under this system, the development branch is deployed to test and master is deployed to production.