From f448d71b9564d1d6779087e881566db9db229d61 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 21 Jun 2024 13:29:18 +0200 Subject: [PATCH] readme --- readme.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index 23e8484..d4d6730 100644 --- a/readme.md +++ b/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. ## Features @@ -39,21 +39,21 @@ from various contexts of CA, CI and OCI / OS. ## How -| Variable | Description | Default | -|:--------------|:------------------------|:--------------------------------| -| CD_CA_n | Numbered CA certificate | | -| CD_DNS | Space separated servers | 9.9.9.9 | -| CD_GIT_CHILD | Child Git repository | cd | -| CD_GIT_PARENT | Parent Git repository | rwx | -| CD_SSH_HOSTS | domain.tld ssh-type pub | | -| CD_SSH_KEY | SSH private key | | -| CD_URL_ALMA | Alma repository URL | https://repo.almalinux.org | -| CD_URL_ALPINE | Alpine repository URL | https://dl-cdn.alpinelinux.org | -| CD_URL_ARCH | Arch repository URL | https://geo.mirror.pkgbuild.com | -| CD_URL_DEBIAN | Debian repository URL | https://deb.debian.org | -| CD_URL_FEDORA | Fedora repository URL | https://rpmfind.net | -| CD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org | -| CD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net | +| Variable | Description | Default | +|:----------------|:------------------------|:--------------------------------| +| CIDD_CA_n | Numbered CA certificate | | +| CIDD_DNS | Space separated servers | 9.9.9.9 | +| CIDD_GIT_CHILD | Child Git repository | cidd | +| CIDD_GIT_PARENT | Parent Git repository | rwx | +| CIDD_SSH_HOSTS | domain.tld ssh-type pub | | +| CIDD_SSH_KEY | SSH private key | | +| CIDD_URL_ALMA | Alma repository URL | https://repo.almalinux.org | +| CIDD_URL_ALPINE | Alpine repository URL | https://dl-cdn.alpinelinux.org | +| CIDD_URL_ARCH | Arch repository URL | https://geo.mirror.pkgbuild.com | +| CIDD_URL_DEBIAN | Debian repository URL | https://deb.debian.org | +| CIDD_URL_FEDORA | Fedora repository URL | https://rpmfind.net | +| CIDD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org | +| CIDD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net | ## HTTPS & Python