From 490b910e53494cd492e098dda0c1e5558328ffb4 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 15:27:30 -0500 Subject: [PATCH] whoops --- scripts/deploy_containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index 8d71aa3..ffebd9f 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -60,7 +60,7 @@ def main(): if service_name not in ignore_deploys_for and service_name not in new_diff: new_diff.append(service_name) - deployed = deploy(tag=",".join(new_diff)) + deployed = deploy(",".join(new_diff)) for task in removed_containers: print(f"[MAIN] Attempting to remove containers related to '{task}'...")