Skip to content
Snippets Groups Projects
Commit 6a60365f authored by gitlabhq's avatar gitlabhq
Browse files

little fixes

parent a136247f
No related branches found
No related tags found
No related merge requests found
Loading
@@ -20,9 +20,10 @@ if env == "production"
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment