Skip to content

Commit 43bae36

Browse files
committed
fix: npm issue
1 parent e3dffc7 commit 43bae36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/server-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
key: ${{ secrets.SSH_PRIVATE_KEY }}
1717
script: |
1818
cd /home/ubuntu/dishzero/DishZero/backend
19+
export NVM_DIR=~/.nvm
20+
source ~/.nvm/nvm.sh
1921
npm i -g pm2
2022
npm i -g yarn
2123
pm2 stop dishzero

0 commit comments

Comments
 (0)