Skip to content

Commit

Permalink
🐎 ci: 更改
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghui-su committed Jun 18, 2024
1 parent 01a8fcc commit 97c25a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "su-discord"
SOURCE: "dist"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: "root"
TARGET: "/www/wwwroot"
Expand All @@ -45,5 +45,5 @@ jobs:
username: root
key: ${{ secrets.PRIVATE_KEY }}
script: |
cd /www/wwwroot/su-discord
cd /www/wwwroot/dist
pm2 reload ecosystem.config.js --env production

0 comments on commit 97c25a7

Please sign in to comment.