logo       

Re: Capistrano rails app deployment without DB: msg#00192

lang.ruby.capistrano.general

Subject: Re: Capistrano rails app deployment without DB


What exactly are all the parts of the deploy:cold task?
Are they just deploy:update and deploy:start?


On Nov 27, 8:45 am, Jamis Buck <ja...-uHoyYlH2B+GakBO8gow8eQ@xxxxxxxxxxxxxxxx>
wrote:
> If you are using the deploy:cold task, if expects to run migrations
> and thus needs a db role. What you want is to not define a db role at
> all, and then run parts of the deploy:cold task that you want,
> manually, e.g.:
>
> cap deploy:update deploy:start
>
> You could, of course, override the deploy:cold task to suit your own
> needs:
>
> deploy.task :cold do
> deploy.update
> deploy.start
> end
>
> - Jamis
>


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise