andres-montanez / Magallanes

The PHP Deployment Tool
https://magephp.com
MIT License
691 stars 169 forks source link

Dynamic deploy path #368

Closed etki closed 7 years ago

etki commented 7 years ago

Hi. We develop stuff using git-flow in our team, and in some cases (such as deploying feature branches) do not know deploy path in advance (it should be /var/www/<project-name>/<service-name>/feature/<feature-name> in our convention, and we can't add support for every feature by hand). I think that it would be great to add such feature to Magallanes, possibly by overriding configuration options just using environment variables.

andres-montanez commented 7 years ago

Hi, thanks for your feedback. Currently this can't be done and I can't see an easy way to implement it. I've been thinking about environment's aliasing and perhaps that could work for you. Still right now this is not on the roadmap.

Thanks!

etki commented 7 years ago

@andres-montanez got it, thank you