Fixes for external stack deployment #851

Merged
roysc merged 8 commits from roysc/fix-various into main 2024-07-09 15:37:36 +00:00
Showing only changes of commit c1f93f211c - Show all commits

View File

@ -85,7 +85,6 @@ def create_deploy_context(
if deployment_context and cluster is None:
cluster = deployment_context.get_cluster_id()
cluster_context = _make_cluster_context(global_context, stack, include, exclude, cluster, env_file)
# breakpoint()
deployer = getDeployer(deploy_to, deployment_context, compose_files=cluster_context.compose_files,
roysc marked this conversation as resolved Outdated

Remove comment.

Remove comment.
compose_project_name=cluster_context.cluster,
compose_env_file=cluster_context.env_file)