ci(release): allow builder-local production upload key
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user