Add safe VPS deploy entrypoint

This commit is contained in:
dirtydishes 2026-05-08 04:02:02 -04:00
parent 883ad1ce5b
commit 39bac1ee8c
8 changed files with 404 additions and 10 deletions

5
deploy Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec bun run "$repo_root/scripts/deploy.ts" "$@"