From b4640b87644ca512b5a9c32b051841fd6157d3ca Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 2 Aug 2025 23:14:22 -0400 Subject: [PATCH] fix tinyauth domain --- scripts/deploy_containers.py | 5 ++--- tasks/tinyauth.yml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index 8e5a3f4..caa8da7 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -37,12 +37,11 @@ def run_deployment(tag = None): print(" Deployment failed!") print(f" Task: {task_failed}") print(f" Host: {host}") - print(f" Reason: {reason_failed[2].split(":")[1].strip()}") + print(f" Reason: {reason_failed}") print(line) print("---------------------\n") - success = False - break + sys.exit(1) return success diff --git a/tasks/tinyauth.yml b/tasks/tinyauth.yml index 008d429..00ec95d 100644 --- a/tasks/tinyauth.yml +++ b/tasks/tinyauth.yml @@ -24,6 +24,6 @@ labels: traefik.enable: "true" traefik.http.routers.tinyauth.rule: Host(`auth.fntz.net`) - traefik.http.routers.tt.entrypoints: webSecure - traefik.http.routers.tt.tls.certresolver: letsencrypt + traefik.http.routers.tinyauth.entrypoints: webSecure + traefik.http.routers.tinyauth.tls.certresolver: letsencrypt traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik