From 17aa80c8ebfbdd3eb5772e110cef47f953008012 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Thu, 21 Aug 2025 23:23:48 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/deploy-pr?= =?UTF-8?q?eview.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml index 96f8524..76e6bc5 100644 --- a/.gitea/workflows/deploy-preview.yml +++ b/.gitea/workflows/deploy-preview.yml @@ -11,10 +11,10 @@ concurrency: jobs: deploy: - runs-on: ["native"] + runs-on: ["native"] steps: - uses: actions/checkout@v4 - name: Deploy to preview (main_go) env: BRANCH: main_go - run: /usr/local/bin/deploy_krgm_branch.sh + run: /usr/local/bin/deploy_branch_simple.sh