Merge branch 'main' into simon/v1hosting-support
This commit is contained in:
commit
a9f068efed
@ -569,7 +569,12 @@ def deploy(
|
|||||||
|
|
||||||
hosting_cli.deploy(
|
hosting_cli.deploy(
|
||||||
app_name=app_name,
|
app_name=app_name,
|
||||||
export_fn=lambda zip_dest_dir, api_url, deploy_url, frontend, backend, zipping: export_utils.export(
|
export_fn=lambda zip_dest_dir,
|
||||||
|
api_url,
|
||||||
|
deploy_url,
|
||||||
|
frontend,
|
||||||
|
backend,
|
||||||
|
zipping: export_utils.export(
|
||||||
zip_dest_dir=zip_dest_dir,
|
zip_dest_dir=zip_dest_dir,
|
||||||
api_url=api_url,
|
api_url=api_url,
|
||||||
deploy_url=deploy_url,
|
deploy_url=deploy_url,
|
||||||
@ -593,7 +598,6 @@ def deploy(
|
|||||||
loglevel=loglevel.subprocess_level(),
|
loglevel=loglevel.subprocess_level(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
def deployv2(
|
def deployv2(
|
||||||
app_name: str = typer.Option(
|
app_name: str = typer.Option(
|
||||||
@ -692,7 +696,6 @@ def deployv2(
|
|||||||
project=project,
|
project=project,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
|
cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
|
||||||
cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
|
cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
|
||||||
cli.add_typer(
|
cli.add_typer(
|
||||||
|
Loading…
Reference in New Issue
Block a user