From cdb8626d6a83af9499cb08955fb308328fdd7bbe Mon Sep 17 00:00:00 2001 From: synth_ruiner Date: Tue, 26 Mar 2019 21:04:08 +0000 Subject: [PATCH] updated deploy script (actually works now) --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index f081dd6..17fc4ba 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# todo add readme.md, index.html and includes/ to a zip named image-to-bitsy.zip +zip -r image-to-bitsy.zip readme.md index.html includes/ -butler push image-to-bitsy.zip ruin/image-to-bitsy:html \ No newline at end of file +butler push image-to-bitsy.zip ruin/image-to-bitsy:html