Even the smallest projects need their CICD tools.
Even the smallest projects need their CICD tools.
It is now refactored as Pipelight
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
Deployment made easy.
Check the doc at Pipelight
``sh{3,5}
#simple_example.shList files
ls;Get working directory
pwd;
`
`ts``
{
name: "simple_example",
steps: [
{
name: "list files",
commands: ["ls"]
},
{
name: "get working directory",
commands: ["pwd"]
}
]
}
