Stackedit/run_deploy

11 lines
272 B
Plaintext
Raw Normal View History

2013-05-18 14:52:20 +00:00
#!/bin/sh
set -e
echo '### Optimizing resources ###'
scripts/run_optimize
echo '### Modifying cache.manifest ###'
2013-07-07 20:23:00 +00:00
sed -i '' "s/^#.*/# `date`/" cache.manifest
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