diff --git a/deploy b/deploy new file mode 100755 index 0000000..41d5ac7 --- /dev/null +++ b/deploy @@ -0,0 +1,8 @@ +#!/bin/sh + +git up +./build +git add dist +git commit -m "Update static build - `date -u`" +git subtree push --prefix dist 5apps master +git push origin master