simpcicd
v1.2.1
Published
Even the smallest projects need their CICD tools.
Downloads
38
Maintainers
Readme
Simp CICD
Even the smallest projects need their CICD tools.
It is now refactored as Pipelight
Is Archived but... REFACTORED
Simpcicd was a prototype... full of bugs... But the idea of a convenient deployment tool has deeply matured since its launch.
It is now reborn as Pipelight
Stop downloading this shit... UPGRADE TO PIPELIGHT!
Check the doc at Pipelight
#simple_example.sh
## List files
ls;
## Get working directory
pwd;
{
name: "simple_example",
steps: [
{
name: "list files",
commands: ["ls"]
},
{
name: "get working directory",
commands: ["pwd"]
}
]
}