Update circle.yml so that it works properly with postgresql
This commit is contained in:
parent
8015710db2
commit
8a424059f9
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
database:
|
database:
|
||||||
override:
|
override:
|
||||||
- bundle exec rake db:drop db:create db:migrate RAILS_ENV=test
|
- cp config/database.yml.ci config/database.yml
|
||||||
|
- bundle exec rake db:create db:schema:load db:migrate RAILS_ENV=test
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
staging:
|
staging:
|
||||||
|
|
Loading…
Reference in a new issue