better butler deployment
This commit is contained in:
parent
455c03b4b3
commit
881f452957
|
@ -1,5 +1,7 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
./build.sh
|
./build.sh
|
||||||
zip -r tilesy.zip README.md index.html script.js background.png pkg/ includes/
|
rm -rf dist
|
||||||
butler push tilesy.zip ruin/tilesy:html
|
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