docs/publish.sh @ 974d8e575d4a

Add "MANIFEST" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Tue, 31 Jan 2012 13:41:40 -0500
parents e0dd03f99f3b
children a8d51959358b
#!/usr/bin/env bash

~/lib/virtualenvs/d/bin/python ../bin/d
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -a ./build/ ~/src/sjl.bitbucket.org/d
hg -R ~/src/sjl.bitbucket.org commit -Am 'd: Update site.'
hg -R ~/src/sjl.bitbucket.org push