Commit 6a60365f authored by gitlabhq's avatar gitlabhq

little fixes

parent a136247f
...@@ -20,9 +20,10 @@ if env == "production" ...@@ -20,9 +20,10 @@ if env == "production"
else else
`bundle install` `bundle install`
end end
# migrate db # 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}` `bundle exec rake db:seed_fu RAILS_ENV=#{env}`
puts green %q[ puts green %q[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment