Deploy and migrate with a single Capistrano command

Posted Over 13 years ago. Visible to the public.

Note that this sounds good but is not good at all when hooking tasks on cap deploy (see this article Show archive.org snapshot ). Make sure to hook your calls properly when using this.


To deploy an application and run all pending migrations before restarting it, you can use the following standard Capistrano task:

cap deploy:migrations

Little is known what happens when the deployment goes through, but a migration or a rake task afterwards fails. Please update this note when you find out.

Henning Koch
Last edit
About 7 years ago
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2011-02-15 19:30)