|
Re: Capistrano rails app deployment without DB: msg#00192lang.ruby.capistrano.general
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> |
|---|---|---|
| Previous by Date: | Re: How does one avoid a db:migrate in a cold deploy: 00192, me |
|---|---|
| Previous by Thread: | Re: Capistrano rails app deployment without DBi: 00192, Jamis Buck |
| Next by Thread: | bash: capify: command not found: 00192, Luke Grimstrup |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |