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 097c441 commit 21a9e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_SSH_KEY }}
script: |
script: |
cd /home/project/blog-web
git pull
/root/.node_modules/bin/pnpm install
/root/.node_modules/bin/pnpm build
Expand Down

0 comments on commit 21a9e94

Please sign in to comment.