From 635f3cfbc1c8e3ac4ec674574dd6825a6b0b37b4 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Thu, 14 Aug 2025 23:51:05 +0900 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/deploy.yml=20=E3=82=92?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ドメイン https://krgm.so-manager-dev.com/test.html を自動反映するため --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d3451d6..976e13c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: [ "native:" ] + runs-on: [ "native" ] steps: - uses: actions/checkout@v4 - name: Deploy to server