gitlab rake tasks refactored
This commit is contained in:
parent
c40c627a3b
commit
43f5df21a3
15 changed files with 152 additions and 120 deletions
7
lib/tasks/gitlab/setup.rake
Normal file
7
lib/tasks/gitlab/setup.rake
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue