executing "sh -c 'cd /var/www/html/xxx/staging/releases/xxxxx && php app/console assets:install web --env=prod'"
servers: ["xxx.xxx.xxx.xxx"]
[xxx.xxx.xxx.xxx] executing command
command finished in 124ms
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/html/xxx/staging/releases/xxxxx; true"
servers: ["xxx.xxx.xxx.xxx"]
[xxx.xxx.xxx.xxx] executing command
command finished in 255ms
failed: "sh -c 'sh -c '\\''cd /var/www/html/xxx/staging/release/xxx && php app/console assets:install web --env=prod'\\'''"
I am having the above error while deploying my applicaiton to the server. it has been working for the past 2 years but now it fails. parameters.yml is obviously there with everything inside and logger.level = Logger::MAX_LEVEL
is properly set.
It is very frustrating because running assets:install or assetic:dump works on localhost for --env=prod
and dev and the error message on the server does not even give any additional information.
please help