Capistrano - can't deploy my database.yml

前端 未结 3 736
不思量自难忘°
不思量自难忘° 2021-02-08 03:14

When I try to deploy my app with capistrano, I\'ll get this error:

failed: \"sh -c \'cp /var/www/my_app/releases/20120313115055/config/database.stagi

3条回答
  •  一个人的身影
    2021-02-08 03:54

    If you don't need to "reference application objects or methods"(1) during precompile then you might be OK with setting config.assets.initialize_on_precompile to false in config/application.rb

提交回复
热议问题