0
난 5 api 전용 응용 프로그램을 사용하고 있습니다. 그리고 내가Rails 5 카피 스트라 노 자산
Tasks: TOP => deploy:assets:precompile
(See full trace by running task with --trace)
The deploy has failed with an error: Exception while executing as [email protected]: rake exit status: 1
rake stdout: Nothing written
rake stderr: rake aborted!
Don't know how to build task 'assets:precompile' (see --tasks)
/home/deploy/applications/myrento/shared/bundle/ruby/2.3.0/gems/rake-11.2.2/exe/rake:27:in `<top (required)>'
/home/deploy/.rbenv/versions/2.3.1/bin/bundle:23:in `load'
/home/deploy/.rbenv/versions/2.3.1/bin/bundle:23:in `<main>'
(See full trace by running task with --trace)
가 어떻게 배포 해제합니까이 응용 프로그램 점점 오류를 구축하기 위해 노력하고있어 때 자산 : 사전 컴파일 작업을?
이 내 Capfile
require "capistrano/setup"
require "capistrano/deploy"
require "capistrano/rbenv"
require "capistrano"
require "capistrano/rails"
require "capistrano/bundler"
require "capistrano/postgresql"
require "capistrano/puma"
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
당신이 당신의'Capfile'을 게시 할 수 있습니까? – dp7
' 이 가 이 는 "카피 스트라 노/레일" 는 "카피 스트라 노/들러"을 요구 는 "카피 스트라 노/PostgreSQL은" 가 필요가 필요가 필요합니다 "카피 스트라 노"필요 "카피 스트라 노/rbenv"필요 "카피 스트라 노를/배포"필요 "카피 스트라 노/설정"을 요구 "capistrano/puma" Dir.glob ("lib/capistrano/tasks/*. rake"). 각 {| r | import r}' –