From ba4ceb7ff69e433e5f06ffa7e11adba2c4eebe93 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 12 Feb 2026 13:09:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E9=82=84=E5=8E=9F=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE=E8=87=B3?= =?UTF-8?q?=20erp.koori.tw:2224?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9ff215c..b99df99 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -135,8 +135,8 @@ jobs: --exclude='vendor' \ --exclude='storage' \ --exclude='public/build' \ - -e "ssh -p 2227 -i ~/.ssh/id_rsa_prod -o StrictHostKeyChecking=no" \ - ./ root@220.132.7.82:/var/www/star-erp/ + -e "ssh -p 2224 -i ~/.ssh/id_rsa_prod -o StrictHostKeyChecking=no" \ + ./ root@erp.koori.tw:/var/www/star-erp/ rm ~/.ssh/id_rsa_prod @@ -145,8 +145,8 @@ jobs: id: check_rebuild_prod uses: appleboy/ssh-action@master with: - host: 220.132.7.82 - port: 2227 + host: erp.koori.tw + port: 2224 username: root key: ${{ secrets.PROD_SSH_KEY }} script: | @@ -166,8 +166,8 @@ jobs: - name: Step 3 - Container Up & Health Check uses: appleboy/ssh-action@master with: - host: 220.132.7.82 - port: 2227 + host: erp.koori.tw + port: 2224 username: root key: ${{ secrets.PROD_SSH_KEY }} script: |