Skip to content

Commit

Permalink
feat: 修改actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchunyang123 committed Apr 5, 2024
1 parent a188489 commit f655a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_SECRET }}
script: cd ${{ secrets.DEPLOY_DIR }} && rm-rf blog && git clone git@github.com:chenchunyang123/ccy-blog-client.git && mv ccy-blog-client blog && cd blog && npm install && npm run start:pm2
script: cd ${{ secrets.DEPLOY_DIR }} && rm-rf blog && git clone git@github.com:chenchunyang123/ccy-blog-client.git && mv ccy-blog-client blog && cd blog && npm install && npm run build && npm run start:pm2

0 comments on commit f655a46

Please sign in to comment.