Using Mercurial to publish a PieCrust website
These days, all the cool hipster kids want to deploy stuff by pushing a Git or Mercurial repository up to their server.
And that’s pretty cool indeed, because you basically update your website by doing something like:
hg push myserver So here’s how you can do it with PieCrust (although 90% of this article has nothing to do with PieCrust):
Installing Git/Mercurial/whatever on your server Setting up your SSH keys Pushing your repository Defining hooks/triggers Keep reading for the meaty details…