Commit c040af63 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

little fixes

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