Refresh deploy handoff commit

This commit is contained in:
2026-05-29 16:55:24 +07:00
parent 2f64282306
commit 76fb4f342d

View File

@ -510,7 +510,7 @@ sudo -iu inadev
cd ~/apps/ina-trading-web cd ~/apps/ina-trading-web
git fetch origin git fetch origin
git checkout main git checkout main
git pull origin main git pull --ff-only origin main
npm ci npm ci
npm run build npm run build
pm2 restart ina-trading-dev pm2 restart ina-trading-dev
@ -521,7 +521,7 @@ sudo -iu inadev pm2 status
Current expected deployed commit after latest push: Current expected deployed commit after latest push:
```bash ```bash
7e6446b 2f64282
``` ```
Verify on server: Verify on server: