Commit 6540ffe1 authored by Francisco Juan's avatar Francisco Juan

update staging config task

parent 092393b7
namespace :staging do
desc "Makes 'sdiaz' admin"
task :sdiaz_admin => :environment do
u = User.find(696)
u.admin = true
u.save
end
desc "Updates all settings for staging"
task :update_settings => [
"staging:sdiaz_admin",
"staging:update_settings:gitolite",
"staging:update_settings:checkout"
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment