From f000ea9d5f839f24dee6121cb4498002f36424d5 Mon Sep 17 00:00:00 2001 From: Kuizuo Date: Tue, 21 Nov 2023 16:46:24 +0800 Subject: [PATCH] ci: update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 577ed42..c7e9f4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: SOURCE: 'apps/admin/dist' REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_USER: ${{ secrets.REMOTE_USER }} - TARGET: '/www/wwwroot/admin.kuizuo.cn' + TARGET: '/opt/1panel/apps/openresty/openresty/www/sites/admin.kuizuo.cn/index' - name: SSH Deploy api uses: easingthemes/ssh-deploy@v4.1.10 @@ -51,4 +51,4 @@ jobs: SOURCE: 'apps/api/dist' REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_USER: ${{ secrets.REMOTE_USER }} - TARGET: '/www/wwwroot/NodeProject/nest-admin' \ No newline at end of file + TARGET: '/opt/1panel/apps/openresty/openresty/www/sites/admin.kuizuo.cn/server'