Skip to content

Commit 12a08e4

Browse files
committed
Add npm install after git pull in deploy workflows
1 parent 339f1d0 commit 12a08e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
git add -A
2121
git stash
2222
git pull origin beta
23+
npm install
2324
pm2 stop beta
2425
pm2 start beta

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
git add -A
2121
git stash
2222
git pull origin main
23+
npm install
2324
pm2 stop zerohost-dashboard
2425
pm2 start zerohost-dashboard

0 commit comments

Comments
 (0)