dlapiduz / fabistrano

Capistrano style deployments with fabric
BSD 2-Clause "Simplified" License
91 stars 31 forks source link

Multistage #2

Open Govinda-Fichtner opened 10 years ago

Govinda-Fichtner commented 10 years ago

Hello,

wondered how you do multistage deployment with fabistrano?

Like http://dylanmarkow.com/blog/2014/01/08/capistrano-3-setting-a-default-stage/

tiagojsag commented 7 years ago

I was looking into this issue, and it turns out that it's not fabistrano's lack of support, but rather fabric's. A nice workaround would be this: http://yerb.net/blog/2014/03/03/multiple-environments-for-deployment-using-fabric/