Refresh deploy handoff commit
This commit is contained in:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user