Open malandles opened 5 years ago
But how to disable quiet
flag? I have --quiet
even if I run verbose mode ./bin/console deploy staging -v
I found:
https://github.com/EasyCorp/easy-deploy-bundle/blob/master/doc/default-deployer.md
->composerInstallFlags('--no-dev --prefer-dist --no-interaction') // default have also --quiet
Configuration
Problem
When running the deploy command, while in the "Preparing app" phase, I get the following error:
Which if I run the command on my remote server without the
--quiet
option gives this error:Solution
This error does not happen if you specify the symfony environment before doing the
composer install
.I will try to do a pull-request as soon as I can.