parent
689aef2655
commit
f12bcb29d0
1 changed files with 6 additions and 7 deletions
13
readme.md
13
readme.md
|
@ -1,6 +1,6 @@
|
||||||
# Shell to Python Continuous Deployment
|
# Shell to Python Continuous Deployment
|
||||||
|
|
||||||
Get a common set of Python CI & CD commands \
|
Get a common set of Python CI & CD commands\
|
||||||
from various contexts of CA, DNS, CI and OS / OCI.
|
from various contexts of CA, DNS, CI and OS / OCI.
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
@ -10,6 +10,7 @@ Project workflows can occur in:
|
||||||
* various Continuous Integration platforms, with different workflow syntaxes
|
* various Continuous Integration platforms, with different workflow syntaxes
|
||||||
* specific Operating Systems, having different sets of commands and packages
|
* specific Operating Systems, having different sets of commands and packages
|
||||||
* specific containers for JavaScript based actions (ForgeJo, Gitea, GitHub)
|
* specific containers for JavaScript based actions (ForgeJo, Gitea, GitHub)
|
||||||
|
|
||||||
What if there was a unified way to do so?
|
What if there was a unified way to do so?
|
||||||
|
|
||||||
## How
|
## How
|
||||||
|
@ -139,13 +140,11 @@ Handle project workflows in a unified way:
|
||||||
|
|
||||||
## Who
|
## Who
|
||||||
|
|
||||||
### By
|
* By:
|
||||||
|
* [Marc Beninca](https://marc.beninca.link)
|
||||||
|
|
||||||
[Marc Beninca](https://marc.beninca.link).
|
* For:
|
||||||
|
* People feeling the need to aim for consistence in the CI & CD universe
|
||||||
### For
|
|
||||||
|
|
||||||
People feeling the need to aim for consistence in the CI & CD universe.
|
|
||||||
|
|
||||||
## Where
|
## Where
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue