website/deploy

9 lines
154 B
Plaintext
Raw Normal View History

2015-06-05 14:39:42 +00:00
#!/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