Capistrano is deploying cold, deploying updates and uploading the symlink fine. It will not however restart.
I notice that permission is denied on the /script/process/reaper file. I have found a suggestion implying the file needs updated permissions. Does anyone have experience with this?
Macintosh-5:barcoden fogonthedowns$ cap deploy:restart
* executing `deploy:restart
* executing "/home/fogonthedowns/owens.fogonthedowns.com/current/script/process/reaper"
servers: ["owens.fogonthedowns.com"]
Password:
[owens.fogonthedowns.com] executing command
** [out :: owens.fogonthedowns.com] sh: /home/fogonthedowns/owens.fogonthedowns.com/current/script/process/reaper: Permission denied
command finished
failed: "sh -c "/home/fogonthedowns/owens.fogonthedowns.com/current/script/process/reaper"" on owens.fogonthedowns.com
Macintosh-5:barcoden fogonthedowns$