From 3c0c3f46b4139ad25a6248030fd1f0a6bcad13dd Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 14 Jul 2025 17:44:16 +0900 Subject: [PATCH] Change Gitea Actions to self-hosted runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Switch from ubuntu-latest to self-hosted runner - Enables direct access to local nginx configuration - Allows sudo commands with admin account privileges 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .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 208ae13..8ddca4c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -30,7 +30,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout source code