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