mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
little fixes
This commit is contained in:
+3
-2
@@ -20,9 +20,10 @@ if env == "production"
|
||||
else
|
||||
`bundle install`
|
||||
end
|
||||
|
||||
|
||||
# migrate db
|
||||
`bundle exec rake db:setup RAILS_ENV=#{env}`
|
||||
`bundle exec rake db:create RAILS_ENV=#{env}`
|
||||
`bundle exec rake db:schema:load RAILS_ENV=#{env}`
|
||||
`bundle exec rake db:seed_fu RAILS_ENV=#{env}`
|
||||
|
||||
puts green %q[
|
||||
|
||||
Reference in New Issue
Block a user