Zelo, You go back to the drawing board, and learn how to use Git, for a start.... and what "push, pull" etc actually mean, and what they do........
Then, you go and read about what "cap deploy" does, and how that works for you, in relation to your git commands. This list is not a "Web Development 101 Class for The Inexperienced" it is for specific capistrano problems We look forward to seeing you back here when you have a clue what components comprise a successful, deployable web application. - Lee 2009/4/28 [email protected] <[email protected]> > > 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 -~----------~----~----~----~------~----~------~--~---
