ruby on rails - Capistrano Config symlink not working -


i doing rails 4.1 deployment capistrano 2.

my script working fine in create_symlink task crashes.

executing "rm -f /home/deployer/myawesomeproject/production/current;  ln -s /home/deployer/myawesomeproject/production/releases/20150511102623 /home/deployer/myawesomeproject/production/current; true" 

the result got is

rm: cannot remove ‘/home/deployer/myawesomeproject/production/current’ 

it working fine started crashing of sudden.

any appreciated.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -