refactor(deploy): comprehensive deploy.sh with build + hotpatch

This commit is contained in:
asepharyana
2026-07-05 06:36:37 +07:00
parent c3b2b3f334
commit 5036cf0133
2 changed files with 117 additions and 53 deletions
+4 -2
View File
@@ -4,8 +4,10 @@
#
# Deploy manually from your dev machine:
# export VPS_HOST=... VPS_USER=... VPS_SSH_KEY=... GITLAB_TOKEN=...
# ./deploy.sh # deploy :latest
# ./deploy.sh <sha> # deploy specific commit
# ./deploy.sh # build + deploy all
# ./deploy.sh --backend # backend only
# ./deploy.sh --frontend # frontend only
# ./deploy.sh --no-build # skip build, just copy files
#
# ──────────────────────────────────────────────────────────────────────────────