mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-03-13 09:58:07 -04:00
docs: rework the runner release process
This commit is contained in:
parent
bba4f4f105
commit
2254870589
1 changed files with 9 additions and 4 deletions
|
@ -80,12 +80,17 @@ It will trigger a workflow to:
|
|||
|
||||
### Forgejo runner publication
|
||||
|
||||
- Push the vX.Y.Z-N tag to https://codeberg.org/forgejo/runner
|
||||
- Push the vX.Y.Z-N tag to https://code.forgejo.org/forgejo/runner
|
||||
|
||||
The release is built from https://codeberg.org/forgejo-integration/runner which is a mirror of https://codeberg.org/forgejo/runner.
|
||||
The release is built on https://code.forgejo.org/forgejo-integration/runner, which is a mirror of https://code.forgejo.org/forgejo/runner.
|
||||
|
||||
- Binaries are downloaded from https://codeberg.org/forgejo-integration, signed and copied to https://codeberg.org/forgejo
|
||||
- Container images are copied from https://codeberg.org/forgejo-integration to https://codeberg.org/forgejo
|
||||
The release is published on
|
||||
https://forgejo.octopuce.forgejo.org/forgejo/runner, which is a mirror
|
||||
of https://code.forgejo.org/forgejo-integration/runner. It is behind a
|
||||
VPN and its role is to copy and sign release artifacts.
|
||||
|
||||
- Binaries are downloaded from https://code.forgejo.org/forgejo-integration/runner, signed and copied to https://code.forgejo.org/forgejo/runner.
|
||||
- Container images are copied from https://code.forgejo.org/forgejo-integration to https://code.forgejo.org/forgejo
|
||||
|
||||
### Securing the release token and cryptographic keys
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue