Skip to content

Commit

Permalink
run source bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Aug 31, 2023
1 parent b6d3fc3 commit 8fddf4c
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 && git pull && /root/.nvm/versions/node/v20.5.1/bin/npm install && /root/.nvm/versions/node/v20.5.1/bin/npm run build && systemctl restart ladirectoryfrontend
script: cd /opt/la-movement-directory-web && source ~/.bashrc && git pull && npm install && npm run build && systemctl restart ladirectoryfrontend

0 comments on commit 8fddf4c

Please sign in to comment.