34 lines
828 B
Markdown
34 lines
828 B
Markdown
# Continuous Deployment
|
|
|
|
Get build-time Python commands \
|
|
from various CA, CI, OCI / OS.
|
|
|
|
## Features
|
|
|
|
* [ ] support
|
|
* [ ] package repositories mirror
|
|
* [ ] custom CA certificates
|
|
* [X] known CA certificates
|
|
* [ ] Operating Systems
|
|
* [X] Alma
|
|
* [ ] Alpine
|
|
* [X] Debian
|
|
* [ ] Rocky
|
|
* [X] Continuous Integration platforms
|
|
* [X] GitHub → Gitea → ForgeJo
|
|
* [X] GitLab
|
|
|
|
## How
|
|
|
|
| Variable | Description |
|
|
|----------------|-------------------------|
|
|
| CD_CA_n | Numbered CA certificate |
|
|
| CD_DNS | Space separated servers |
|
|
| CD_REPO_ALMA | Alma repository URL |
|
|
| CD_REPO_DEBIAN | Debian repository URL |
|
|
|
|
## Tasks
|
|
|
|
* integrate project repository cloning
|
|
* override repository and framework locations
|
|
* write Python bootstrap
|