Skip to content

Commit

Permalink
Merge branch 'prod' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
JessterB authored Dec 19, 2024
2 parents 24cf01c + de4be6b commit 716fc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Global secrets:
|----------------------|----------------------------------|----------------------------------|
| SYNAPSE_PASSWORD | Synapse service user token (PAT) | glY4283tLQHZ...0eXAiOi...JKV1QiL |


Context specific secrets for each environment that corresponds to a git branch (develop/staging/prod):

| Variable | Description | Example |
Expand All @@ -58,6 +57,7 @@ Context specific secrets for each environment that corresponds to a git branch (
[agora2-infra] repository deploys a bastian host in AWS for each environment which have access to
the databases. We manually configure a [Github self-hosted runner](https://docs.github.com/en/actions/hosting-your-own-runners)
for each bastian host, a label is applied to each runner to match the corresponding git branch name (develop/staging/prod).

Each runner corresponds to an environment which corresponds to a git branch. The update is
executed from these runners. When a push happens on a branch (i.e. develop), the update
is executed on the `agora-bastian-develop` runner which in turn updates the development database.
Expand Down

0 comments on commit 716fc54

Please sign in to comment.