Skip to content

Commit d01ae3a

Browse files
committed
clean up the (maybe) unnecessary admin deploy
1 parent f6cd7a9 commit d01ae3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/warnet/admin.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,7 @@ def deploy(directory, debug, namespace):
147147
directory = Path(directory)
148148

149149
if (directory / NETWORK_FILE).exists():
150-
# dl = deploy_logging_stack(directory, debug)
151150
deploy_network(directory, debug, namespace)
152-
# df = deploy_fork_observer(directory, debug)
153-
# if dl | df:
154-
# deploy_caddy(directory, debug)
155-
# elif (directory / NAMESPACES_FILE).exists():
156-
# deploy_namespaces(directory)
157151
else:
158152
click.echo(
159153
"Error: Neither network.yaml nor namespaces.yaml found in the specified directory."

0 commit comments

Comments
 (0)