Sorry about multiple post. To specify my question is:

When I make changes to my application do I "git push" or "cap deploy"?
I've tried both and when I was finished I "cap deploy:restart" and my
live website hasn't changed.

So I'm asking either what I did wrong or what I forgot to do?

I have

namespace :deploy do
  task :restart do
    run "touch #{current_path}/tmp/restart.txt"
  end
end

in my deploy.rb
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to