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 032cbfb commit 017b557
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
run: |
echo $(which pnpm)
echo $(which pm2)
echo $PATH
- name: Deploy to Custom Server
uses: appleboy/ssh-action@master
with:
Expand All @@ -51,6 +52,8 @@ jobs:
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
Expand Down

0 comments on commit 017b557

Please sign in to comment.