From 6163f42af2b1d6f8b405008725c590856f036269 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 20 Jul 2020 22:38:04 +0100 Subject: [PATCH] fix deploy script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index db6cb3e..fb978ea 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash ./build.sh -zip -r tilesy.zip README.md index.html script.js style.css background.png pkg/ +zip -r tilesy.zip README.md index.html script.js background.png pkg/ includes/ butler push tilesy.zip ruin/tilesy:html