update deploy.yml
This commit is contained in:
@@ -64,15 +64,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy-local-runner:
|
deploy-local-runner:
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Runner selection:
|
# DISABLED: Runner 'deploy-ovh' is not yet configured.
|
||||||
# The 'runs-on' value is read from config at workflow parse time, but
|
# To re-enable:
|
||||||
# Gitea Actions does not support dynamic runs-on from env vars.
|
# 1. Remove the 'if: false' line below
|
||||||
# We use the default label here; if you changed DEPLOY_RUNNER_LABEL in
|
# 2. Change runs-on back to your runner label (e.g. deploy-ovh)
|
||||||
# config.env, you MUST also update this runs-on value to match.
|
|
||||||
#
|
|
||||||
# HOW TO CHANGE: replace 'deploy-ovh' below with your label.
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
runs-on: deploy-ovh
|
if: false
|
||||||
|
runs-on: ubuntu-latest # placeholder — real label: deploy-ovh
|
||||||
steps:
|
steps:
|
||||||
# -----------------------------------------------------------------------
|
# -----------------------------------------------------------------------
|
||||||
# Step 1: Load configuration
|
# Step 1: Load configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user