Skip to content

Instantly share code, notes, and snippets.

@seancribbs
Created March 25, 2009 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seancribbs/85701 to your computer and use it in GitHub Desktop.
Save seancribbs/85701 to your computer and use it in GitHub Desktop.
# Radiant additions
namespace :deploy do
task :migrate_extensions, :role => :db do
run "cd #{current_path}; rake #{rails_env} db:migrate:extensions"
end
task :update_extensions, :role => :db do
run "cd #{current_path}; rake #{rails_env} radiant:extensions:update_all"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment