added link to template behind repo

This commit is contained in:
simplypower-bbj
2023-06-25 19:42:30 +02:00
parent a0e051963f
commit 4bf9b7af0a
+2
View File
@@ -3,3 +3,5 @@
Containerised service that receives notifications from gitea when updates are pushed to a repository. 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 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).