Stackedit/run_deploy

10 lines
270 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 ###'
sed -i "s/^#.*$/# `date`/g" cache.manifest
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-05-18 14:52:20 +00:00
git push --all