Writing a simple deploy script with Fabric and roles
1–8 of 8 posts
Re: Writing a simple deploy script with Fabric and roles
#2Nicely done.
The 'with cd' in Fabric struck me as cool when I first saw it - subshells in Capistrano threw me at first.
Re: Writing a simple deploy script with Fabric and roles
#3Does anyone know what theme those gists are using? It's quite nice.
Re: Writing a simple deploy script with Fabric and roles
#4Does anyone know what theme those gists are using? It's quite nice.
Looks to be the dark solarized theme: http://ethanschoonover.com/solarized
Re: Writing a simple deploy script with Fabric and roles
#5Does anyone know what theme those gists are using? It's quite nice.
Yep, newhouseb is right -- it's Solarized. It came with Octopress, which I'm using for this blog. If it's useful at all, the blog source is on github: https://github.com/ratchetio/blog
Re: Writing a simple deploy script with Fabric and roles
#6very cool. being monolingual definitely has its advantages. can't wait to try ratchet.io out
Re: Writing a simple deploy script with Fabric and roles
#7Fabric is amazing.
Re: Writing a simple deploy script with Fabric and roles
#8this is awesome.