search for: finalize_update

Displaying 3 results from an estimated 3 matches for "finalize_update".

2009 Feb 09
5
"reaper" is not picking up new changes to my application???
Hi, Can anyone shed any light on why "reaper" (whilst seemingly working re restarting my mongrel ruby process) does not pick up changes to my application? (e.g. changing a title in a view for example). It''s like the "mongrel_rails start etc..." is just restarting the current process but ignoring the new details re where the new application directory is. That is
2008 Feb 21
0
Capistrano and mongrel not deploying latest revision from SVN
...ecuting "cd /srv/www/theatheistconservative/releases && tar xzf / tmp/20080221050042.tar.gz && rm /tmp/20080221050042.tar.gz" servers: ["theatheistconservative.com"] [theatheistconservative.com] executing command command finished * executing `deploy:finalize_update'' * executing "chmod -R g+w /srv/www/theatheistconservative/releases/ 20080221050042" servers: ["theatheistconservative.com"] [theatheistconservative.com] executing command command finished * executing "rm -rf /srv/www/theatheistconservative/releases...
2013 Nov 29
4
Capistarno deploy each time ckeditor assets removed.
...gisters them in Capistrano environment. > EOD > task :register_dirs do > set :uploads_dirs, %w(public/ckeditor_assets) > set :shared_children, fetch(:shared_children) + > fetch(:uploads_dirs) > end > > after "deploy:finalize_update", "uploads:symlink" > on :start, "uploads:register_dirs" > > end I could not figure this out why my public/ckeditor_assets folder is not copied to shared/ckeditor_assets and doesnt symlink also. Please help me. -- You received this message bec...