Search code examples
bazaar

Bazaar bound branch commit-and-update


I use bzr for websites. I have all my current ones set up so the master branch is kept on the server by having them bound. This means when I commit locally, the changes are automatically pushed out. All good so far.

But I still have to call an update on the remote server. While I can see this being great for some people, I'm finding it increasingly annoying.

Is there a way to commit, push and do a remote update all at the same time?


Solution

  • Automatic updates to the production website is bad, even with a VCS to go back up IMO. Anyway, did you looked at this?