better butler deployment
This commit is contained in:
parent
455c03b4b3
commit
881f452957
|
@ -1,5 +1,7 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
./build.sh
|
||||
zip -r tilesy.zip README.md index.html script.js background.png pkg/ includes/
|
||||
butler push tilesy.zip ruin/tilesy:html
|
||||
rm -rf dist
|
||||
mkdir dist
|
||||
cp -r README.md LICENSE index.html script.js background.png pkg includes dist
|
||||
butler push dist ruin/tilesy:html
|
||||
|
|
Loading…
Reference in New Issue