little fixes
This commit is contained in:
parent
a136247fea
commit
6a60365fed
|
@ -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[
|
||||||
|
|
Loading…
Reference in a new issue