diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a522a51..98796d8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: production-runner + runs-on: self-hosted steps: - name: Checkout code uses: actions/checkout@v4 @@ -22,4 +22,4 @@ jobs: - name: Start Application run: | - nohup ./target/release/site > server.log 2>&1 & + nohup ./target/release/site > server.log 2>&1 & \ No newline at end of file