I try to get whenever you run an ec2 instance created using ec2 on rails.
When I deploy with Capistrano, this indicates that crontab was written, but when I log in to the server and run crontab -l, it does not seem to be changed.
If I went into the release folder and manually started --write-crontab every time, then run crontab -l - it will be updated properly.
Any ideas what could be causing this?
Capistrano does not indicate any errors, so Iām not sure how to debug it, I tried a billion permutations and combinations and nothing has changed.
source share