site/publish.sh @ 5ed1d3cd606d

Add GA to the site.
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 15:06:09 -0400
parents bbbc99908ae5
children 0013f7e01b6e
#!/usr/bin/env bash

python render.py
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/threesome.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'threesome.vim: Update site.'
hg -R ~/src/sjl.bitbucket.org push