gitlab rake tasks refactored

This commit is contained in:
Dmitriy Zaporozhets 2012-04-04 01:02:54 +03:00
parent c40c627a3b
commit 43f5df21a3
15 changed files with 152 additions and 120 deletions

View file

@ -0,0 +1,7 @@
namespace :gitlab do
namespace :app do
desc "GITLAB | Setup production application"
task :setup => ['db:setup', 'db:seed_fu']
end
end