Skip to content

Commit

Permalink
[H] Hotfix: Associate prod deployment with a billing account (#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Aug 25, 2022
1 parent 7df4e53 commit 88fe1cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,8 @@ def env() -> Mapping[str, Optional[str]]:

'AZUL_DEBUG': '1',

'AZUL_BILLING': 'hca',

'AZUL_OWNER': '[email protected]',

'AZUL_AWS_ACCOUNT_ID': '542754589326',
Expand Down

0 comments on commit 88fe1cd

Please sign in to comment.