readme
This commit is contained in:
parent
f14131226c
commit
f448d71b95
1 changed files with 17 additions and 17 deletions
34
readme.md
34
readme.md
|
@ -1,6 +1,6 @@
|
||||||
# Continuous Deployment
|
# Continuous Integration, Delivery & Deployment
|
||||||
|
|
||||||
Get a common set of Python CI/CD commands \
|
Get a common set of Python CI & CD commands \
|
||||||
from various contexts of CA, CI and OCI / OS.
|
from various contexts of CA, CI and OCI / OS.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
@ -39,21 +39,21 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
|
|
||||||
## How
|
## How
|
||||||
|
|
||||||
| Variable | Description | Default |
|
| Variable | Description | Default |
|
||||||
|:--------------|:------------------------|:--------------------------------|
|
|:----------------|:------------------------|:--------------------------------|
|
||||||
| CD_CA_n | Numbered CA certificate | |
|
| CIDD_CA_n | Numbered CA certificate | |
|
||||||
| CD_DNS | Space separated servers | 9.9.9.9 |
|
| CIDD_DNS | Space separated servers | 9.9.9.9 |
|
||||||
| CD_GIT_CHILD | Child Git repository | cd |
|
| CIDD_GIT_CHILD | Child Git repository | cidd |
|
||||||
| CD_GIT_PARENT | Parent Git repository | rwx |
|
| CIDD_GIT_PARENT | Parent Git repository | rwx |
|
||||||
| CD_SSH_HOSTS | domain.tld ssh-type pub | |
|
| CIDD_SSH_HOSTS | domain.tld ssh-type pub | |
|
||||||
| CD_SSH_KEY | SSH private key | |
|
| CIDD_SSH_KEY | SSH private key | |
|
||||||
| CD_URL_ALMA | Alma repository URL | https://repo.almalinux.org |
|
| CIDD_URL_ALMA | Alma repository URL | https://repo.almalinux.org |
|
||||||
| CD_URL_ALPINE | Alpine repository URL | https://dl-cdn.alpinelinux.org |
|
| CIDD_URL_ALPINE | Alpine repository URL | https://dl-cdn.alpinelinux.org |
|
||||||
| CD_URL_ARCH | Arch repository URL | https://geo.mirror.pkgbuild.com |
|
| CIDD_URL_ARCH | Arch repository URL | https://geo.mirror.pkgbuild.com |
|
||||||
| CD_URL_DEBIAN | Debian repository URL | https://deb.debian.org |
|
| CIDD_URL_DEBIAN | Debian repository URL | https://deb.debian.org |
|
||||||
| CD_URL_FEDORA | Fedora repository URL | https://rpmfind.net |
|
| CIDD_URL_FEDORA | Fedora repository URL | https://rpmfind.net |
|
||||||
| CD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org |
|
| CIDD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org |
|
||||||
| CD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net |
|
| CIDD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net |
|
||||||
|
|
||||||
## HTTPS & Python
|
## HTTPS & Python
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue