Rails - capistrano and chmod

我们两清 提交于 2019-12-05 20:26:28

Try changing the hook to after deploy:symlink, I think you are updating permissions in the 'previous' current dir. On a side note: deploy:symlink will soon change to deploy:create_symlink, keep that in mind if this breaks after upgrading capistrano to 2.10 or higher.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!