From 30f77a8e9db7c828eecb04600e35d65d15c54010 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 22 Jun 2026 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index f2600da..54a0690 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -42,7 +42,7 @@ jobs: needs: build-and-push environment: name: production - url: http://${{ vars.HOST }}:8080 + url: http://${{ vars.HOST }} steps: - name: Deploy via SSH uses: https://gitee.com/zsqai/ssh-action@v1.0.3