BigW Consortium Gitlab

Commit c040af63 by Dmitriy Zaporozhets

little fixes

parent 42b136f5
...@@ -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