diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1a3df35..26a3139 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ on: jobs: ci: name: Lint, Unit Tests & Build - runs-on: docker-host + runs-on: [self-hosted, docker-host] defaults: run: working-directory: memento-note @@ -119,7 +119,7 @@ Branch: ${{ github.ref_name }}" \ name: Deploy production (on server) needs: ci if: github.ref == 'refs/heads/main' && github.event_name == 'push' - runs-on: docker-host + runs-on: [self-hosted, docker-host] steps: - name: Sync deploy scripts on server