cinderella

[unmaintained] simple CI engine
Log | Files | Refs | README | LICENSE

commit 872d882c5c9b4e55bfd336d729d844d9095adbc4
parent 95a14140327be378c52087b3229cf7bd4923b497
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sun, 15 Sep 2019 23:25:29 +0200

document manual execution

Diffstat:
MREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -6,6 +6,7 @@ It is designed for people who do not want to work with big solutions like Gitlab or Jenkins and probably also work with standard *bare* git repositories (instead of Gitlab, gitea or similar). + Usage ----- @@ -18,6 +19,14 @@ There is a sample hook in `hooks/post-update` which you can use in your remote repository to execute Cinderella automatically each time you push to your repository. +You can also manually execute Cinderella. To do so pass it the path to your +git repository and optionally the name of the branch you want to build: + +```bash +cinderella https://github.com/aufziehvogel/Cinderella.git --branch development +``` + + Configuration Format --------------------