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 25, 2024
1 parent 26052be commit b66a20f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
script: |
exec bash \-l
which pnpm
echo $PATH
cd /home/project/blog-web
./deploy.sh
/usr/bin/zsh ./deploy.sh

0 comments on commit b66a20f

Please sign in to comment.