From 4043b14b7c67a8be69414ecc53c9b42b4ec7c458 Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 15:57:01 +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 --- .gitea/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4b5bc6a..576fee5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,14 +1,14 @@ -name: Deploy so-manager (auto) +name: Deploy so-manager (auto) on: push: - branches: [ "main" ] - workflow_dispatch: + branches: [ "main" ] + workflow_dispatch: jobs: deploy: - runs-on: [ "native" ] + runs-on: [ "native" ] steps: - - uses: actions/checkout@v4 - - name: Deploy to server + - uses: actions/checkout@v4 + - name: Deploy to server run: /usr/local/bin/deploy_so.sh \ No newline at end of file