JackDanger / synecdoche

This URL has Read+Write access

synecdoche / auto_update.sh
100755 6 lines (5 sloc) 0.208 kb
1
2
3
4
5
6
git pull origin master:master
rake update_published
git commit -a -m "Publishing post-dated entries"
git push origin master:master # send back to master branch
git push origin master:gh-pages # and publish