ffs
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s

This commit is contained in:
2026-01-10 00:52:45 -05:00
parent b90e42a182
commit 159b0e46d4

View File

@@ -31,6 +31,7 @@ def deploy(tag = None, host = None):
def main(): def main():
dir_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../') dir_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../')
diff = git_diff() diff = git_diff()
print(diff)
# containers that need special treatment # containers that need special treatment
removed_containers = [] removed_containers = []