Skip to content

Commit

Permalink
fix: add nvm to deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamdobhal authored Nov 25, 2024
1 parent 006e393 commit 6a0d44a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd gamying.online/
git pull
npm install
Expand Down

0 comments on commit 6a0d44a

Please sign in to comment.