2020-10-30 17:50:03 +00:00
|
|
|
#! /usr/bin/env bash
|
2018-04-28 13:29:26 +00:00
|
|
|
|
2020-10-30 17:50:03 +00:00
|
|
|
./build.sh
|
|
|
|
# todo create dist directory instead of zip
|
|
|
|
zip -r tilesy.zip README.md index.html script.js background.png pkg/ includes/
|
|
|
|
butler push tilesy.zip ruin/image-to-bitsy:html
|