fix(ci): use docker-host label only (matching runner config)

This commit is contained in:
Antigravity
2026-05-27 20:31:15 +00:00
parent 473cdb549a
commit 9da92b8edd

View File

@@ -12,7 +12,7 @@ on:
jobs:
ci:
name: Lint, Unit Tests & Build
runs-on: [self-hosted, docker-host]
runs-on: docker-host
defaults:
run:
working-directory: memento-note
@@ -119,7 +119,7 @@ Branch: ${{ github.ref_name }}" \
name: Deploy production (on server)
needs: ci
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: [self-hosted, docker-host]
runs-on: docker-host
steps:
- name: Sync deploy scripts on server