fix deploy script
This commit is contained in:
parent
33f2552003
commit
6163f42af2
|
@ -1,5 +1,5 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
./build.sh
|
./build.sh
|
||||||
zip -r tilesy.zip README.md index.html script.js style.css background.png pkg/
|
zip -r tilesy.zip README.md index.html script.js background.png pkg/ includes/
|
||||||
butler push tilesy.zip ruin/tilesy:html
|
butler push tilesy.zip ruin/tilesy:html
|
||||||
|
|
Loading…
Reference in New Issue