Capistrano + Git : repository local to production server

后端 未结 5 963
我寻月下人不归
我寻月下人不归 2020-12-08 08:48

I am trying to do \'deploy:cold\' for my app. The git repo is local to my deployment server (i.e. I only have one server for everything and I don\'t host my code on github).

5条回答
  •  我在风中等你
    2020-12-08 09:19

    Make sure that you have written the correct git repo with caring case-sensitive writing! (I faced the same problem, it just solved)

提交回复
热议问题