Featured

About this Blog

This site does not store any files on its server.
We only index and link to content provided by other websites.

[Rails] Re: Deploying without capistrano, using git pull?

davetron5000 wrote:
> I'm NOT working on an enterprisey big time rails application; just
> something for my personal site.
>
> I've been deploying via
>
> local> git push origin master
> remote> git pull origin
> remote> sudo /etc/init.d/httpd restart
>
> Trying to decide if this is sufficient, or if learning capistrano and
> setting that up will give me any advantages over this?

It's usually better to automate where possible, and Capistrano gives you
a quick way of deploying with one command -- and rolling back with one
command. Honestly, I don't see why you *wouldn't* use it.

>
>
> Thanks,
>
> Dave

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
marnen@marnen.org
--
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

0 comments: