better butler deployment

This commit is contained in:
Max Bradbury 2020-11-04 15:01:29 +00:00
parent 455c03b4b3
commit 881f452957
1 changed files with 4 additions and 2 deletions

View File

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