Skip to content

Commit

Permalink
load NVM from ~/.bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Crimento committed Apr 8, 2024
1 parent 6f356f4 commit 0b00e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Deploy to webserver
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.HOST_USERNAME }}@${{ secrets.HOST_IP }} "
source ~/.bash_profile
cd /home/website/crmn.to
git fetch && git reset --hard origin/master
nvm install 20
Expand Down

0 comments on commit 0b00e17

Please sign in to comment.