From 0a7dc98def8f4e04f86a6b357cf8af614eb25e1b Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sat, 28 Apr 2018 14:29:26 +0100 Subject: [PATCH] deploy script (untested but should be fine) --- 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..f081dd6 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +# todo add readme.md, index.html and includes/ to a zip named image-to-bitsy.zip + +butler push image-to-bitsy.zip ruin/image-to-bitsy:html \ No newline at end of file