From ab6d056d3af4a8991112c6dff025a71847a5cf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Thu, 27 Aug 2020 21:09:30 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa810d3..953b5c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,12 +29,12 @@ jobs: password: ${{ secrets.SSH_PASSWORD }} port: ${{ secrets.SSH_PORT }} source: "index.tar" - target: "/www/wwwroot/celess.cn" + target: "/www/wwwroot/www.celess.cn" - name: Run SSH command uses: garygrossgarten/github-action-ssh@v0.5.0 with: - command: cd /www/wwwroot/celess.cn && bash deploy.sh + command: cd /www/wwwroot/www.celess.cn && bash deploy.sh host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} password: ${{ secrets.SSH_PASSWORD }}