easy-deploy-bundle icon indicating copy to clipboard operation
easy-deploy-bundle copied to clipboard

Configure deployDir per server

Open cnmicha opened this issue 7 years ago • 1 comments

I was trying to deploy my application to multiple production servers, which each have different deployDirs. Is that possible?

This is what I found in the documentation: return $this->getConfigBuilder() ->server('[email protected]') ->server('[email protected]') ->deployDir('/var/www/symfony-demo'); But that would set the deployDir for both servers, right?

cnmicha avatar Apr 01 '18 00:04 cnmicha

+1

four-li avatar Aug 27 '21 02:08 four-li