[chef] Re: after_migrate deploy_revision hook


Chronological Thread 
  • From: Juan Jesús Ojeda Croissier < >
  • To:
  • Subject: [chef] Re: after_migrate deploy_revision hook
  • Date: Sat, 31 Mar 2012 18:56:07 +0100

On Sat, Mar 31, 2012 at 4:54 PM, Sachin Sagar Rai 
< >
 wrote:
>
> Hi fellas!
>
> I'm having an issue while deploying a Rails 3.2 app when it comes to
> precompiling assets rake command.
>
> If I put this in `before_migrate` block, it blows up coz the command `rake
> assets:precompile` requires the database.yml file populated and migration
> already done.
>
> It won't be a problem if the deploy resource has after_migrate hook, which
> chef doesn't have right now.
>
> So, how can I add such hook or is there any other hooks that I can use?
>

You could use the 'before_symlink' one, which is used after the migration.
But I also was missing an 'after_migrate' hook...

Cheers

-- 
Juanje



Archive powered by MHonArc 2.6.16.

§