aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-12-22 12:56:09 -0500
committerXe Iaso <me@xeiaso.net>2024-12-22 12:56:09 -0500
commite8f1a2530475f7fe8f9733d38767101b249786ed (patch)
tree5132c3e27ab73df49811f6f330de8946767bdb68 /.github/workflows
parent8f6dd3bc365016d67b34538a8a6952e60481772e (diff)
downloadxesite-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.yml10
-rw-r--r--.github/workflows/go.yml2
-rw-r--r--.github/workflows/tigris-push.yml2
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