diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 12:56:09 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 12:56:09 -0500 |
| commit | e8f1a2530475f7fe8f9733d38767101b249786ed (patch) | |
| tree | 5132c3e27ab73df49811f6f330de8946767bdb68 /.github/workflows | |
| parent | 8f6dd3bc365016d67b34538a8a6952e60481772e (diff) | |
| download | xesite-e8f1a2530475f7fe8f9733d38767101b249786ed.tar.xz xesite-e8f1a2530475f7fe8f9733d38767101b249786ed.zip | |
use selfhosted runners
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/earthly.yml | 10 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tigris-push.yml | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 72a076b..111fec3 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: alrest-xe-site permissions: contents: read packages: write @@ -23,12 +23,6 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} version: "latest" # or pin to an specific version, e.g. "0.8.1" - - name: Tailscale - uses: tailscale/github-action@v2 - with: - oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} - oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} - tags: tag:ci - name: Log into registry if: github.event_name != 'pull_request' uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 @@ -50,7 +44,7 @@ jobs: deploy: name: "Deploy xesite" needs: build - runs-on: ubuntu-latest + runs-on: alrest-xe-site permissions: contents: read if: github.ref == 'refs/heads/main' diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e4162e..3dca56b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: alrest-xe-site steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/tigris-push.yml b/.github/workflows/tigris-push.yml index a9a1f12..08a0b29 100644 --- a/.github/workflows/tigris-push.yml +++ b/.github/workflows/tigris-push.yml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: ubuntu-24.04 + runs-on: alrest-xe-site steps: - uses: actions/checkout@v4 |
