Skip to content

Commit

Permalink
add path
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Aug 31, 2023
1 parent 8fddf4c commit 90bbba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
password: ${{ secrets.SSHPASSWORD }}
key: ${{ secrets.SSHKEY }}
debug: true
script: cd /opt/la-movement-directory-web && source ~/.bashrc && git pull && npm install && npm run build && systemctl restart ladirectoryfrontend
script: cd /opt/la-movement-directory-web && source ~/.bashrc export PATH="/root/.nvm/versions/node/v20.5.1/bin/:$PATH" && && git pull && npm install && npm run build && systemctl restart ladirectoryfrontend

0 comments on commit 90bbba9

Please sign in to comment.