gitlabhq/lib/tasks/gitlab/setup.rake

8 lines
147 B
Ruby

namespace :gitlab do
namespace :app do
desc "GITLAB | Setup production application"
task :setup => ['db:setup', 'db:seed_fu']
end
end