From 8f1365d50ca97a8f31b168f5b10445e4c2a02652 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 6 Oct 2019 16:54:06 +0200 Subject: [PATCH] update readme with CI-script repo link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e9f13d7..01e00ff 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,8 @@ The header with the name specified in *$TOKEN_HEADER* doesn't exist. ## 403 - secret token found but is mismatch The project was found in the configuration and the correct header exists, but the header is either empty or the content (the token) of the header doesn't match the token specified in the configuration file. +# More Examples +Have a look at [my CI-Scripts and config](https://github.com/FAUSheppy/auto-redeploy-scripts) for more examples on how to work with this tool. + # Contribution & Feature-Requests Contributions and feature requests are welcomed but must retain the spirit of this been a simple solution for simple problems.