From 2ada6110cb9b2ff2479fe0ac9e8f096c48d4cdd5 Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 15:56:20 +0900 Subject: [PATCH 1/7] =?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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 82fc661..4b5bc6a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,14 +1,14 @@ name: Deploy so-manager (auto) -on: - push: +on: + push: branches: [ "main" ] workflow_dispatch: -jobs: - deploy: - runs-on: [ "native" ] - steps: - - uses: actions/checkout@v4 - - name: Deploy to server +jobs: + deploy: + runs-on: [ "native" ] + steps: + - uses: actions/checkout@v4 + - name: Deploy to server run: /usr/local/bin/deploy_so.sh \ No newline at end of file From 4043b14b7c67a8be69414ecc53c9b42b4ec7c458 Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 15:57:01 +0900 Subject: [PATCH 2/7] =?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 From 6fa006d9f116d26fec1a06b39cfe24514862a36c Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 15:57:39 +0900 Subject: [PATCH 3/7] =?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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 576fee5..e5e7990 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,7 +1,7 @@ -name: Deploy so-manager (auto) +name: Deploy so-manager (auto) -on: - push: +on: + push: branches: [ "main" ] workflow_dispatch: From cfe69e0b2a4622acd409c42c5de695ce30ed5594 Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 16:05:42 +0900 Subject: [PATCH 4/7] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e5e7990..91b8ae4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Deploy to server - run: /usr/local/bin/deploy_so.sh \ No newline at end of file + run: /usr/local/bin/deploy_so.sh \ No newline at end of file From 1e07ed2d1bd6ced69ca0700efce5f292daaaca2f Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 16:06:10 +0900 Subject: [PATCH 5/7] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 91b8ae4..e5e7990 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Deploy to server - run: /usr/local/bin/deploy_so.sh \ No newline at end of file + run: /usr/local/bin/deploy_so.sh \ No newline at end of file From da2bdd9f39caf449bbb29b02d4e7d49f88576fb9 Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 16:06:44 +0900 Subject: [PATCH 6/7] =?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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e5e7990..b3f6a5f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,4 +11,5 @@ jobs: steps: - uses: actions/checkout@v4 - name: Deploy to server - run: /usr/local/bin/deploy_so.sh \ No newline at end of file + run: /usr/local/bin/deploy_so.sh + \ No newline at end of file From d075428090b0a6263a177109b89d0324719d132a Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Fri, 5 Sep 2025 16:11:31 +0900 Subject: [PATCH 7/7] =?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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b3f6a5f..c6f2c84 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,4 +12,3 @@ jobs: - uses: actions/checkout@v4 - name: Deploy to server run: /usr/local/bin/deploy_so.sh - \ No newline at end of file