Skip to content

Commit

Permalink
Added defensive code to ensure variables populated if deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 14, 2024
1 parent 4f20762 commit 98db52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/deploy_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def deploy():
sys.exit()

tags = {
"recipes-ai-server": [f"{container_registry}/{repo}", "server"],
"recipes-ai-chat": [f"{container_registry}/{repo}", "chat"],
"data-recipes-ai-server": [f"{container_registry}/{repo}", "server"],
"data-recipes-ai-chat": [f"{container_registry}/{repo}", "chat"],
}

run_cmd("az login")
Expand Down

0 comments on commit 98db52c

Please sign in to comment.