readme/branches

This commit is contained in:
Marc Beninca 2024-07-20 18:07:42 +02:00
parent 87a8c4ce75
commit c5c28e22e2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -39,21 +39,24 @@ from various contexts of CA, CI and OCI / OS.
## How ## How
| Variable | Description | Default | | Variable | Description | Default |
|:----------------|:------------------------|:--------------------------------| |:--------------------|:--------------------------|:--------------------------------|
| SPCD_CA_n | Numbered CA certificate | | | SPCD_BRANCH_RELEASE | Release deployment branch | main |
| SPCD_DNS | Space separated servers | 9.9.9.9 | | SPCD_BRANCH_STAGING | Staging deployment branch | dev |
| SPCD_GIT_MAIN | Main Git repository | spcd | | SPCD_BRANCH_FEATURE | Feature deployment branch | f |
| SPCD_GIT_ROOT | Root Git repository | rwx | | SPCD_CA_n | Numbered CA certificate | |
| SPCD_SSH_HOSTS | domain.tld ssh-type pub | | | SPCD_DNS | Space separated servers | 9.9.9.9 |
| SPCD_SSH_KEY | SSH private key | | | SPCD_GIT_MAIN | Main Git repository | spcd |
| SPCD_URL_ALMA | Alma repository URL | https://repo.almalinux.org | | SPCD_GIT_ROOT | Root Git repository | rwx |
| SPCD_URL_ALPINE | Alpine repository URL | https://dl-cdn.alpinelinux.org | | SPCD_SSH_HOSTS | domain.tld ssh-type pub | |
| SPCD_URL_ARCH | Arch repository URL | https://geo.mirror.pkgbuild.com | | SPCD_SSH_KEY | SSH private key | |
| SPCD_URL_DEBIAN | Debian repository URL | https://deb.debian.org | | SPCD_URL_ALMA | Alma repository URL | https://repo.almalinux.org |
| SPCD_URL_FEDORA | Fedora repository URL | https://rpmfind.net | | SPCD_URL_ALPINE | Alpine repository URL | https://dl-cdn.alpinelinux.org |
| SPCD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org | | SPCD_URL_ARCH | Arch repository URL | https://geo.mirror.pkgbuild.com |
| SPCD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net | | SPCD_URL_DEBIAN | Debian repository URL | https://deb.debian.org |
| SPCD_URL_FEDORA | Fedora repository URL | https://rpmfind.net |
| SPCD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org |
| SPCD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net |
## HTTPS & Python ## HTTPS & Python