Add safe VPS deploy entrypoint
This commit is contained in:
parent
883ad1ce5b
commit
39bac1ee8c
8 changed files with 404 additions and 10 deletions
5
deploy
Executable file
5
deploy
Executable 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" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue