update deploy.yml
All checks were successful
Deploy / deploy-ssh (push) Successful in 6s
Docker / docker (push) Successful in 7s
CI / ci (push) Successful in 9s
Deploy / deploy-local-runner (push) Has been skipped
Security / security (push) Successful in 6s

This commit is contained in:
2026-03-01 19:40:31 +01:00
parent 8cadb2d216
commit f3851f9e96

View File

@@ -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