I spent a fun evening recently setting up a deployment pipeline for this blog. I’d like to share some details on what I set up and why. The motivation was that I wanted some way to publish draft blog entries for other people to review, but I didn’t want these drafts to show up on my public site. I played with Octopress’s published: false option, but it really didn’t give me what I needed. Then I saw someone commenting that the ideal would be to have a preview version of the entire sit...