tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Capistrano Deployment failling #575

Open bsylvain opened 5 years ago

bsylvain commented 5 years ago

Which operating system and version is the project developed on? Ubuntu 18.04 Which version of ruby is the project developed on? 2.3.4 Which version of npm is the project developed on? 8.11.4 Which version of ember-cli is the project developed on? 2.1.2 What is the rails version? 5.1.4 What is the ember-cli-rails version (from Gemfile)? 2.1.2 What is the ember-cli-rails-addon version (from package.json)? ^0.8.0 Is your application server multi-threaded (such as puma and unicorn) or is it multi-process (such as thin and webrick)? Apache + passenger What are the contents of config/initializers/ember.rb? EmberCli.configure do |c| c.app :marketadmin end How is the application deployed? Capistrano

Deployment stopped working with no change to the gems or packages. I am not sure where to look after looking at the capistrano logs :



 DEBUG [ba3b7a72]   Warning, new version of rvm available '1.29.7-next', you are using older version '1.29.1'.

You can disable this warning with:    echo rvm_autoupdate_flag=0 >> ~/.rvmrc

You can enable  auto-update  with:    echo rvm_autoupdate_flag=2 >> ~/.rvmrc

  INFO [ba3b7a72] Finished in 3.484 seconds with exit status 0 (successful).

 DEBUG [bb698a09] Running if test ! -d /srv/production/www/placedemarche/releases/20190131112022; then echo "Directory does not exist '/srv/production/www/placedemarche/releases/20190131112022'" 1>&2; false; fi as admin@**.**.**.**

 DEBUG [bb698a09] Command: if test ! -d /srv/production/www/placedemarche/releases/20190131112022; then echo "Directory does not exist '/srv/production/www/placedemarche/releases/20190131112022'" 1>&2; false; fi

 DEBUG [bb698a09] Finished in 0.529 seconds with exit status 0 (successful).

  INFO [fad93018] Running ~/.rvm/bin/rvm default do bundle exec rake assets:precompile as admin@95.142.171.17

 DEBUG [fad93018] Command: cd /srv/production/www/placedemarche/releases/20190131112022 && ( export RAILS_ENV="production" RAILS_GROUPS="" ; ~/.rvm/bin/rvm default do bundle exec rake assets:precompile )

 DEBUG [fad93018]   npm WARN deprecated ember-ajax@3.1.3: Please see the release notes for information on this release -> https://github.com/ember-cli/ember-ajax/releases/tag/v4.0.0

 DEBUG [fad93018]   npm WARN deprecated exists-sync@0.0.4: Please replace with usage of fs.existsSync

 DEBUG [fad93018]   npm WARN deprecated exists-sync@0.0.3: Please replace with usage of fs.existsSync

 DEBUG [fad93018]   npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.

 DEBUG [fad93018]   

 DEBUG [fad93018]   

 DEBUG [fad93018] ```