6 lines
152 B
Bash
6 lines
152 B
Bash
#! /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
|