ci(release): allow builder-local production upload key
Deploy / Build Production Runtime Images (push) Failing after 0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled

This commit is contained in:
Xiaoxia AI
2026-06-22 16:42:56 +08:00
parent ca4fb8791b
commit 386ce76761
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