|
Re: Capistrano rails app deployment without DB: msg#00173lang.ruby.capistrano.general
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 On Nov 27, 2007, at 5:47 AM, MrBanabas-gM/Ye1E23mwN+BqQ9rBEUg@xxxxxxxxxxxxxxxx wrote:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Capistrano rails app deployment without DB: 00173, MrBanabas-gM/Ye1E23mwN+BqQ9rBEUg@xxxxxxxxxxxxxxxx |
|---|---|
| Next by Date: | bash: capify: command not found: 00173, Luke Grimstrup |
| Previous by Thread: | Re: Capistrano rails app deployment without DBi: 00173, MrBanabas-gM/Ye1E23mwN+BqQ9rBEUg@xxxxxxxxxxxxxxxx |
| Next by Thread: | Re: Capistrano rails app deployment without DB: 00173, me |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |