Vui
Vui
> while I was waiting for a fix to this issue I put my .env file in the shared folder, which I think it's the best thing to do in...
> Heres an easy way to get the remote project dir: > > ``` > $serverRepository = $this->getConfig(Option::servers); > $servers = $serverRepository->findAll(); > > foreach ($servers as $server) { >...
I think this feature is good, but how do we apply the HelperSet for deployment?
> I'm not sure I understand your question. I attach a sample of code for using it in your deploy: > > ``` > $helper = $this->getContext()->getHelperSet('question'); > > $question...
> Yes. You can use in your deployment scripts where you have access to the context. Thanks. I think i will merge this into my fork instead because this repo...
Might be better to switch to a more active fork version and able to continue make contribution there.
Nice PR. Going to merge this to my fork.
Maybe you need to set a symlink for your composer.
Well... i suggest not to update the composer unless you really want to. If the version is working, just kept it as it.
Hi, what is the different between `beforeFinishingDeploy()` and this `afterPublishing()` ?