Capistrano: linked file database.yml does not exist on my.server.ipadress

前端 未结 2 436
长发绾君心
长发绾君心 2020-12-28 19:33

after i try to deploy my app via capistrano to my server i get this error message:

DEBUG [605f198a] Finished in 0.084 seconds with exit status 1 (failed).
ER         


        
2条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 20:09

    Just create /home/deploy/myrailsapp/shared/config/database.yml file manually and adjust it.

    Capistrano doesn't create (or manage) configuration file out of the box. So, you should do it manually or automate use own Capistrano scripts, Puppet, Chef, Ansible tools.

提交回复
热议问题