From 452a931fcaae16bb91a177c7d7e9e0eb853b44b4 Mon Sep 17 00:00:00 2001 From: "go.unhi" Date: Tue, 2 Sep 2025 13:52:46 +0900 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/deploy.yml=20=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..82fc661 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,14 @@ +name: Deploy so-manager (auto) + +on: + push: + branches: [ "main" ] + workflow_dispatch: + +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