zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Apr-27 08:27 UTC
git push doen''t change my live application
Every time I make changes and push, my app doesn''t change. I use dreamhost and when I push the changes it make a folder with the app call releases/20090424185029 but it always shows the app of an older date? How do I make it so the the push''s affect the live app? Sorry if this isn''t really rails related.
On Mon, Apr 27, 2009 at 1:27 AM, zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> > Every time I make changes and push, my app doesn''t change. I use > dreamhost and when I push the changes it make a folder with the app > call releases/20090424185029 but it always shows the app of an older > date? How do I make it so the the push''s affect the live app? > > Sorry if this isn''t really rails related.What web server are you using? Also, I''m guessing that you''re using Capistrano with Git. Is this correct? Please feel free to add any additional details. -Conrad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Apr-27 19:40 UTC
Re: git push doen''t change my live application
I am using dreamhost. All I i want to do is make changes on my application and push them live. Yes I am using capistrano with git.
When you say git push? Do you mean an actual git push, or are we talking cap deploy ? If its cap deploy you need to make sure that your application has restarted. What application server is it that you are using? Thin, Mongrel, Apache? On Apr 27, 12:40 pm, "zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am using dreamhost. All I i want to do is make changes on my > application and push them live. Yes I am using capistrano with git.
BTW here is the Capistrano group http://groups.google.com/group/capistrano On Apr 27, 1:16 pm, Freddy Andersen <fre...-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote:> When you say git push? Do you mean an actual git push, or are we > talking cap deploy ? > > If its cap deploy you need to make sure that your application has > restarted. What application server is it that you are using? Thin, > Mongrel, Apache? > > On Apr 27, 12:40 pm, "zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I am using dreamhost. All I i want to do is make changes on my > > application and push them live. Yes I am using capistrano with git.
zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Apr-28 08:50 UTC
Re: git push doen''t change my live application
I''m using passenger On Apr 27, 1:16 pm, Freddy Andersen <fre...-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote:> When you say git push? Do you mean an actual git push, or are we > talking cap deploy ? > > If its cap deploy you need to make sure that your application has > restarted. What application server is it that you are using? Thin, > Mongrel, Apache? > > On Apr 27, 12:40 pm, "zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I am using dreamhost. All I i want to do is make changes on my > > application and push them live. Yes I am using capistrano with git.
Are you remembering to restart the server by touching tmp/restart.txt? 2009/4/28 zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > I''m using passenger > > > > > > > > > On Apr 27, 1:16 pm, Freddy Andersen <fre...-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote: > > When you say git push? Do you mean an actual git push, or are we > > talking cap deploy ? > > > > If its cap deploy you need to make sure that your application has > > restarted. What application server is it that you are using? Thin, > > Mongrel, Apache? > > > > On Apr 27, 12:40 pm, "zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I am using dreamhost. All I i want to do is make changes on my > > > application and push them live. Yes I am using capistrano with git. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Apr-28 17:15 UTC
Re: git push doen''t change my live application
I have: namespace :deploy do task :restart do run "touch #{current_path}/tmp/restart.txt" end end in my deploy.rb On Apr 28, 5:43 am, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Are you remembering to restart the server by touching tmp/restart.txt? > > 2009/4/28 zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > I''m using passenger > > > On Apr 27, 1:16 pm, Freddy Andersen <fre...-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote: > > > When you say git push? Do you mean an actual git push, or are we > > > talking cap deploy ? > > > > If its cap deploy you need to make sure that your application has > > > restarted. What application server is it that you are using? Thin, > > > Mongrel, Apache? > > > > On Apr 27, 12:40 pm, "zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I am using dreamhost. All I i want to do is make changes on my > > > > application and push them live. Yes I am using capistrano with git.
Can you tell from a log somewhere whether it is restarting? 2009/4/28 zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <zelopast-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > I have: > > namespace :deploy do > task :restart do > run "touch #{current_path}/tmp/restart.txt" > end > end > > in my deploy.rb > > > > On Apr 28, 5:43 am, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > Are you remembering to restart the server by touching tmp/restart.txt? > > > > 2009/4/28 zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > > > > > I''m using passenger > > > > > On Apr 27, 1:16 pm, Freddy Andersen <fre...-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote: > > > > When you say git push? Do you mean an actual git push, or are we > > > > talking cap deploy ? > > > > > > If its cap deploy you need to make sure that your application has > > > > restarted. What application server is it that you are using? Thin, > > > > Mongrel, Apache? > > > > > > On Apr 27, 12:40 pm, "zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <zelop...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > > > > > I am using dreamhost. All I i want to do is make changes on my > > > > > application and push them live. Yes I am using capistrano with git. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---