8 lines
406 B
Markdown
8 lines
406 B
Markdown
# gitea_runner
|
|
|
|
Containerised service that receives notifications from gitea when updates are pushed to a repository.
|
|
|
|
This service looks for a file called "gitea_runner.yml" in the root of the repository. If the file is found, instructions on what to run are read from this.
|
|
|
|
This runner is based off of "tea-runner" by DavesCodeMusings on Github [source](https://github.com/DavesCodeMusings/tea-runner).
|