deployment - Capifony config to run bower installs and grunt commands -
so, it's first project, deploying capifony. seems fine, can't run grunt , bower commands on vps.
this trying in deploy.rb file:
after "deploy" run "cd #{current_path}; npm install -g grunt-cli" run "cd #{current_path}; npm install grunt --save-dev" run "cd #{current_path}; npm install" run "cd #{current_path}; bower install --allow-root" run "cd #{current_path}; grunt" end
and lot of errors, looks that:
how should in right way?
my bad, went fine. red log messages, , err statement let me thought, failed attempt.
but anyway, solution appropriate?
Comments
Post a Comment