ruby on rails - Thin restart in Capistrano doesn't pickup changes -


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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -