Skip to content

Commit

Permalink
set root
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 3, 2024
1 parent 58bf4e4 commit 62773cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def deploy_prod(
tenant=tenant,
application=application,
key_content=api_key,
application_root=application_root,
)
build_no = vespa_cloud.deploy_to_prod(application_root, source_url=source_url)
vespa_cloud.wait_for_prod_deployment(build_no, max_wait=max_wait)
Expand Down

0 comments on commit 62773cd

Please sign in to comment.