diff --git a/.github/workflows/deploy_blog.yml b/.github/workflows/deploy_blog.yml index a81c90ed..fb2ff8a1 100644 --- a/.github/workflows/deploy_blog.yml +++ b/.github/workflows/deploy_blog.yml @@ -43,7 +43,7 @@ jobs: with: switches: -avzr --delete --exclude=".htaccess" --exclude="/usr/" --exclude=".user.ini" --exclude=".git/" --exclude=".well-known/" path: ./ - remote_path: /www/wwwroot/blog.zzsqwq.cn/ + remote_path: /home/zs/services/blog remote_host: blog.zzsqwq.cn - remote_user: www + remote_user: zs remote_key: ${{ secrets.SSH_KEY }}