git - capifony deploy issue with symfony 2 -
i have instance of application 2 stage each on server.
instance1 - master - staging
instance2 - master - staging
to deploy instance 1 use master1 branch , master2 instance2.
everything working until changed root password on server. can deploy master1 branch not master2. weird local pc server server git use ssh keys authenticate. not understand why changing password brought issue.
this error
executing command command finished in 653ms *** [deploy:update_code] rolling command finished in 133ms failed: "sh -c 'sh -c '\\''cd /var/www/instance2/staging/releases/20130904114214 && php app/console assets:install web --env=prod'\\'''" on xxx.xxx.xxx.xxx
thank elnur quick response. have logger level set max.
i fixed issue. find problem, ran php app/console assets:install web on local. because command fails on server. helped me see 1 of class not have same name file contains it. wonder how worked on local...
Comments
Post a Comment