deploy script

This commit is contained in:
Max Bradbury 2020-07-20 19:08:39 +01:00
parent d3c72f7738
commit 797c26733d
1 changed files with 5 additions and 0 deletions

5
deploy.sh Normal file
View File

@ -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