diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-09-21 20:06:05 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-09-21 20:06:05 -0400 |
| commit | 719ce085779c2ed4b577400d17d0890447e1eec8 (patch) | |
| tree | 5043a01764dfc56f64a3a44876dd1d6585c3fb09 /example.yml | |
| download | hook-719ce085779c2ed4b577400d17d0890447e1eec8.tar.gz hook-719ce085779c2ed4b577400d17d0890447e1eec8.tar.xz | |
Initial--messy commit. It works but needs some refinement
Diffstat (limited to 'example.yml')
| -rw-r--r-- | example.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example.yml b/example.yml new file mode 100644 index 0000000..052a4d0 --- /dev/null +++ b/example.yml @@ -0,0 +1,7 @@ + +backups: + url: https://discordapp.com/api/webhooks/fill/me/in + schema: + username: 'backups@{{.Vars.Hostname}}' + content: '{{.Vars.Message}} ```{{.Stdin}}```' + |
