From dff89ec3f8592b8f82d874d03884ec40109d44de Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 22 Aug 2025 00:22:25 +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 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml index e8893a0..6af5828 100644 --- a/.gitea/workflows/deploy-preview.yml +++ b/.gitea/workflows/deploy-preview.yml @@ -1,21 +1,20 @@ -name: Deploy previews (main_*) +name: Deploy preview (main_kin) on: push: - branches: - - 'main_*' + branches: ["main_kin"] workflow_dispatch: concurrency: - group: deploy-${{ github.ref }} + group: deploy-main_kin cancel-in-progress: true jobs: - preview: + deploy: runs-on: ["native"] steps: - uses: actions/checkout@v4 - - name: Deploy preview for this branch + - name: Deploy to preview (main_kin) env: - BRANCH: ${{ github.ref_name }} - run: /usr/local/bin/deploy_krgm_branch.sh + BRANCH: main_kin + run: /usr/local/bin/deploy_branch_simple.sh \ No newline at end of file