From af9754dbeacc5308783dc2a73068c24431d77cc8 Mon Sep 17 00:00:00 2001 From: you Date: Sun, 5 Apr 2026 17:33:15 +0000 Subject: [PATCH] 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. --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7533b7d5..40da6b83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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