gitlabhq/lib/tasks/gitlab/setup.rake

11 lines
197 B
Ruby
Raw Normal View History

2012-04-04 00:02:54 +02:00
namespace :gitlab do
namespace :app do
desc "GITLAB | Setup production application"
task :setup => [
'db:setup',
'db:seed_fu',
'gitlab:enable_automerge'
]
2012-04-04 00:02:54 +02:00
end
end