diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 12204a6..e3d3da6 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,7 +6,7 @@ on: jobs: terraform: - runs-on: pve2:host # This targets the runner we just installed + runs-on: pve2 # This targets the runner we just installed steps: - name: Checkout Code uses: actions/checkout@v4