Skip to content

Commit

Permalink
[H] Deploy browser site for LungMAP prod as a TF component of Azul (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Sep 21, 2024
2 parents 96cd562 + 29b4407 commit cb83019
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deployments/prod.browser/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ def env() -> Mapping[str, Optional[str]]:
'tarball_name': 'hca',
'tarball_path': 'out',
'real_path': ''
},
'lungmap': {
'zone': 'data-browser.lungmap.net',
'domain': 'data-browser.lungmap.net',
'project': 'ucsc/data-browser',
'branch': 'ucsc/lungmap/prod',
'tarball_name': 'lungmap',
'tarball_path': 'out',
'real_path': ''
}
})
}

0 comments on commit cb83019

Please sign in to comment.