ci: move staging build+deploy to meshcore-runner-2

Prod VM (meshcore-vm) is now prod-only. Staging builds and
deploys on the secondary runner.
This commit is contained in:
you
2026-04-05 17:33:15 +00:00
parent 767c8a5a3e
commit af9754dbea
+2 -2
View File
@@ -236,7 +236,7 @@ jobs:
build:
name: "🏗️ Build Docker Image"
needs: [e2e-test]
runs-on: [self-hosted, meshcore-vm]
runs-on: [self-hosted, meshcore-runner-2]
steps:
- name: Checkout code
uses: actions/checkout@v5
@@ -271,7 +271,7 @@ jobs:
name: "🚀 Deploy Staging"
if: github.event_name == 'push'
needs: [build]
runs-on: [self-hosted, meshcore-vm]
runs-on: [self-hosted, meshcore-runner-2]
steps:
- name: Checkout code
uses: actions/checkout@v5