From b745af9285d380103622c4b06604e748c709c7f0 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 1 Dec 2019 11:44:02 -0600 Subject: [PATCH] Add netlify file + link to github --- netlify.toml | 4 ++++ shpod.sh | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..9b202e1 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/" + to = "/shpod.sh" + status = 200 diff --git a/shpod.sh b/shpod.sh index ecbd618..ea7c0cb 100755 --- a/shpod.sh +++ b/shpod.sh @@ -1,4 +1,6 @@ #!/bin/sh +# For more information about shpod, check it out on GitHub: +# https://github.com/jpetazzo/shpod if [ -f shpod.yaml ]; then YAML=shpod.yaml else