Skip to content
Snippets Groups Projects
Commit 5659126b authored by Sergio Díaz's avatar Sergio Díaz
Browse files

Gives admin permissions to sdiaz for staging

parent 758b17d2
Branches
Tags
No related merge requests found
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"
]
......
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