Stackedit/run_deploy

9 lines
186 B
Plaintext
Raw Normal View History

2013-05-18 14:52:20 +00:00
#!/bin/sh
set -e
echo '### Optimizing resources ###'
2013-08-05 14:05:34 +00:00
tools/run_optimize
2013-05-18 14:52:20 +00:00
echo '### Commit and push ###'
git commit -a -m "Prepare deployment"
2013-05-18 15:43:27 +00:00
git branch -f gh-pages master
2013-07-07 20:23:00 +00:00
git push --all