capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
353 stars 65 forks source link

Added support for sensio/distribution-bundle@~5.0.0 #49

Closed korotovsky closed 8 years ago

korotovsky commented 8 years ago

It fixes symfony:build_bootstrap command for sensio distribution bundle 5 of higher.

I thought about to do if test("[ -d ... ]") but it increases a number of commands to remote machines, as for me it's not good.

korotovsky commented 8 years ago

@peterjmit ping