ci: change node_exporter REMOTE_ROOT to /otel/node_exporter

This commit is contained in:
Haitao Pan 2025-09-13 08:59:45 +08:00
parent 4a9cc6f265
commit 6fd5df2b6d

View File

@ -27,7 +27,7 @@ jobs:
RSYNC_SSH_KEY: ${{ secrets.RSYNC_SSH_KEY }}
RSYNC_SSH_USER: ${{ secrets.RSYNC_SSH_USER }}
VPS_HOST: ${{ secrets.VPS_HOST }}
REMOTE_ROOT: /data/update-server/prometheus/node_exporter/
REMOTE_ROOT: /data/update-server/otel/node_exporter/
DEFAULT_TAG: 1.9.1 # <-- 无 v
ALLOWED_SERIES: "^(1\\.9|1\\.8)\\.[0-9]+\\.[0-9]+$"
outputs: