ci(release): allow builder-local production upload key

This commit is contained in:
Xiaoxia AI
2026-06-22 16:42:56 +08:00
parent 598092f5f6
commit 3f2afbf770
3 changed files with 26 additions and 9 deletions
+9 -1
View File
@@ -26,12 +26,20 @@ Register the new runner with a label named `runtime-builder`. Keep the existing
## Required Gitea secrets
Configure repository or organization secrets:
The workflow can use either Gitea secrets or the dedicated runner-local upload key.
Preferred repository or organization secrets:
- `PRODUCTION_SSH_HOST`
- `PRODUCTION_SSH_USER`
- `PRODUCTION_SSH_KEY`
If these secrets are absent, the workflow falls back to:
- host: `47.98.113.167`
- user: `root`
- key path on the dedicated builder: `/root/.ssh/xiaoxia_runtime_builder`
The key must allow uploading to:
```text