Files

406 B

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.