lint
This commit is contained in:
parent
58d6adf4cf
commit
dcae063e11
@ -23,8 +23,7 @@ import tempfile
|
|||||||
import click
|
import click
|
||||||
|
|
||||||
from stack_orchestrator.deploy.webapp import deploy_webapp
|
from stack_orchestrator.deploy.webapp import deploy_webapp
|
||||||
from stack_orchestrator.deploy.webapp.util import (LaconicRegistryClient, determine_base_container,
|
from stack_orchestrator.deploy.webapp.util import (LaconicRegistryClient, build_container_image, push_container_image,
|
||||||
build_container_image, push_container_image,
|
|
||||||
file_hash, deploy_to_k8s, publish_deployment,
|
file_hash, deploy_to_k8s, publish_deployment,
|
||||||
hostname_for_deployment_request, generate_hostname_for_app,
|
hostname_for_deployment_request, generate_hostname_for_app,
|
||||||
match_owner)
|
match_owner)
|
||||||
|
@ -29,6 +29,7 @@ from stack_orchestrator.deploy.deployer_factory import getDeployer
|
|||||||
|
|
||||||
WEBAPP_PORT = 80
|
WEBAPP_PORT = 80
|
||||||
|
|
||||||
|
|
||||||
@click.command()
|
@click.command()
|
||||||
@click.option("--image", help="image to deploy", required=True)
|
@click.option("--image", help="image to deploy", required=True)
|
||||||
@click.option("--env-file", help="environment file for webapp")
|
@click.option("--env-file", help="environment file for webapp")
|
||||||
|
Loading…
Reference in New Issue
Block a user