using after 'deploy:publishing', 'thin:restart' in deploy.rb doesn't work expected. unknow reason, thin server doesn't pickup changes.
even when run manualy thin:restart in console on server after deploy done nothing changes. have stop , start server again see changes (thin stop && thin start).
i not use cache. files changed when vi them. looks thin server still using files previous release. has path set last release , ignores current symlink points to.
i trying run thin:restart wrapped within release_path , within current_path no changes. , doesn't suprise me thin:restart in console doesn't work well…
and if not use capistrano works fine. restart on thin pickups changes. definetely related capistrano , path problems.
anyone had similar issue?
Comments
Post a Comment