Add netlify file + link to github

This commit is contained in:
Jerome Petazzoni
2019-12-01 11:44:02 -06:00
parent 97968a8925
commit b745af9285
2 changed files with 6 additions and 0 deletions

4
netlify.toml Normal file
View File

@@ -0,0 +1,4 @@
[[redirects]]
from = "/"
to = "/shpod.sh"
status = 200

View File

@@ -1,4 +1,6 @@
#!/bin/sh #!/bin/sh
# For more information about shpod, check it out on GitHub:
# https://github.com/jpetazzo/shpod
if [ -f shpod.yaml ]; then if [ -f shpod.yaml ]; then
YAML=shpod.yaml YAML=shpod.yaml
else else