Support other webapp types (react, static). #721

Merged
telackey merged 8 commits from telackey/webapp-detect into main 2024-02-03 00:04:06 +00:00
Showing only changes of commit 2231857ef3 - Show all commits

View File

@ -23,7 +23,8 @@ import tempfile
import click
from stack_orchestrator.deploy.webapp import deploy_webapp
from stack_orchestrator.deploy.webapp.util import (LaconicRegistryClient, build_container_image, push_container_image,
from stack_orchestrator.deploy.webapp.util import (LaconicRegistryClient,
build_container_image, push_container_image,
file_hash, deploy_to_k8s, publish_deployment,
hostname_for_deployment_request, generate_hostname_for_app,
match_owner)