Skip to content

Commit

Permalink
Merge pull request #71 from projectmovio/rename-stage
Browse files Browse the repository at this point in the history
Rename live stage to prod
  • Loading branch information
fulder authored Oct 21, 2021
2 parents 0eb6c5e + 0de3e59 commit b59af10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/lib/watch_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@ def _create_gateway(self):

HttpStage(
self,
"live",
"prod",
http_api=http_api,
auto_deploy=True,
stage_name="live",
stage_name="prod",
domain_mapping=DomainMappingOptions(
domain_name=domain_name,
)
Expand Down

0 comments on commit b59af10

Please sign in to comment.