From fb70356f5d367e6838bad287d379bcd3935f719d Mon Sep 17 00:00:00 2001 From: zhaojunlong <5482498@qq.com> Date: Tue, 16 Dec 2025 09:33:20 +0800 Subject: [PATCH] =?UTF-8?q?```=20ci(deploy):=20=E6=9B=B4=E6=96=B0=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=88=86=E6=94=AF=E4=B8=BA=E5=8D=97=E4=BA=AC=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E8=B5=84=E6=BA=90=E4=BA=A4=E6=98=93=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Gitea 工作流中的触发分支从 master 更新为南京公共资源交易中心, 以确保代码变更能够正确部署到指定环境。 ``` --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 42a4035..3afb499 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,7 +3,7 @@ name: Deploy Vue App # 触发条件:推送到 master 分支时执行 on: push: - branches: ['master'] + branches: ['南京公共资源交易中心'] env: IP: 106.15.181.192