Add deploy script

This commit is contained in:
Basti 2015-06-05 16:39:42 +02:00
parent 153e5a8fbe
commit 211172d091
1 changed files with 8 additions and 0 deletions

8
deploy Executable file
View File

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