From 797c26733d3931f5eebaeafd743b33b1b619cfca Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 20 Jul 2020 19:08:39 +0100 Subject: [PATCH] deploy script --- deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deploy.sh 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