diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..db6cb3e --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +./build.sh +zip -r tilesy.zip README.md index.html script.js style.css background.png pkg/ +butler push tilesy.zip ruin/tilesy:html