Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed May 24, 2024
1 parent 690c552 commit 1077eeb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ jobs:
key: ${{ secrets.SERVER_SSH_KEY }}
script: |
exec bash \-l
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
npm --help
echo $PATH
npm install pnpm
npm install pm2
echo "/home/runner/setup-pnpm/node_modules/.bin/pnpm" >> $GITHUB_PATH
echo "/opt/hostedtoolcache/node/18.20.2/x64/bin/pm2" >> $GITHUB_PATH
echo $PATH
cd /home/project/blog-web
git pull origin master
pnpm install --production
Expand Down

0 comments on commit 1077eeb

Please sign in to comment.