diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 82fc661..c6f2c84 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: +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 +jobs: + deploy: + runs-on: [ "native" ] + steps: + - uses: actions/checkout@v4 + - name: Deploy to server + run: /usr/local/bin/deploy_so.sh