ci: fix runs-on to match self-hosted runner label
This commit is contained in:
parent
15217e21bd
commit
8a29858285
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
# ────────────────────────────────────────────────────────────────────────────
|
# ────────────────────────────────────────────────────────────────────────────
|
||||||
build:
|
build:
|
||||||
name: Build & Push Docker Images
|
name: Build & Push Docker Images
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
# ────────────────────────────────────────────────────────────────────────────
|
# ────────────────────────────────────────────────────────────────────────────
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy via SSH
|
name: Deploy via SSH
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -142,7 +142,7 @@ jobs:
|
||||||
# ────────────────────────────────────────────────────────────────────────────
|
# ────────────────────────────────────────────────────────────────────────────
|
||||||
healthcheck:
|
healthcheck:
|
||||||
name: Validate HTTPS & Endpoints
|
name: Validate HTTPS & Endpoints
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
needs: deploy
|
needs: deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue