Add safe VPS deploy entrypoint
This commit is contained in:
parent
883ad1ce5b
commit
39bac1ee8c
8 changed files with 404 additions and 10 deletions
|
|
@ -13,6 +13,9 @@
|
|||
"dev:infra:down": "docker compose down",
|
||||
"dev:web": "bun --cwd=apps/web run dev",
|
||||
"dev:services": "bun run scripts/dev-services.ts",
|
||||
"deploy": "bun run scripts/deploy.ts",
|
||||
"deploy:main": "./deploy main",
|
||||
"deploy:current-branch": "./deploy current-branch",
|
||||
"sync:docker-workspace": "bun run scripts/sync-docker-workspace.ts",
|
||||
"check:docker-workspace": "bun run scripts/check-docker-workspace.ts"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue