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:
|
||||
name: Build & Push Docker Images
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
# ────────────────────────────────────────────────────────────────────────────
|
||||
deploy:
|
||||
name: Deploy via SSH
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
needs: build
|
||||
|
||||
steps:
|
||||
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
# ────────────────────────────────────────────────────────────────────────────
|
||||
healthcheck:
|
||||
name: Validate HTTPS & Endpoints
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
needs: deploy
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue