deleted some old files

This commit is contained in:
2026-04-06 15:38:28 +01:00
parent 0f692e4372
commit 3c52ade946
688 changed files with 22 additions and 92916 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env nu
def main [ver: string] {
echo $"Building against DB: ($env.DATABASE_URL)"
podman build --build-arg $"DATABASE_URL=($env.DATABASE_URL)" -t $"git.zxq5.dev/zxq5/chatapp-backend:($ver)" ./backend
podman push $"git.zxq5.dev/zxq5/chatapp-backend:($ver)"
}