readme
This commit is contained in:
parent
103b8f86e8
commit
2759ffc0df
1 changed files with 16 additions and 7 deletions
23
readme.md
23
readme.md
|
@ -1,20 +1,29 @@
|
|||
# Continuous Deployment
|
||||
|
||||
Get build-time Python commands \
|
||||
from various CA, CI, OCI / OS.
|
||||
|
||||
## Features
|
||||
|
||||
* [ ] detect
|
||||
* [ ] OS name
|
||||
* [ ] OS version
|
||||
* [X] handle CI platforms
|
||||
* [X] ForgeJo / Gitea / GitHub
|
||||
* [X] GitLab
|
||||
* [ ] support
|
||||
* [ ] package repositories mirror
|
||||
* [ ] custom CA certificates
|
||||
* [X] known CA certificates
|
||||
* [X] Operating Systems
|
||||
* [X] Debian
|
||||
* [X] Alma
|
||||
* [X] Continuous Integration platforms
|
||||
* [X] ForgeJo / Gitea / GitHub
|
||||
* [X] GitLab
|
||||
|
||||
## How
|
||||
|
||||
| Variable | Description |
|
||||
|----------|-------------------------|
|
||||
| CD_CA_n | Numbered CA certificate |
|
||||
| CD_DNS | Space separated servers |
|
||||
|
||||
## Tasks
|
||||
|
||||
* use constants for OS names
|
||||
* split count & write for CA certificates
|
||||
* define package repositories mirror locations
|
||||
|
|
Loading…
Reference in a new issue