Skip to content

Commit

Permalink
github: try sourcing nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed May 19, 2020
1 parent a9ce787 commit 1d33f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
export PATH=$PATH:/home/imba/.nvm/versions/node/v13.14.0/bin
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
git -C /home/imba/v2.imba.io stash
git -C /home/imba/v2.imba.io pull origin v2
cd /home/imba/v2.imba.io && \
Expand Down

0 comments on commit 1d33f65

Please sign in to comment.