whoops
Some checks failed
Deploy Containers / Prepare (push) Failing after 4s

This commit is contained in:
2026-01-10 15:27:30 -05:00
parent 506064d863
commit 490b910e53

View File

@@ -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}'...")