mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Added secrets to travis
This commit is contained in:
parent
09b2cfbc13
commit
1febb242ef
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ before_script:
|
||||||
- psql -c 'create database registry_api_log_test;' -U postgres
|
- psql -c 'create database registry_api_log_test;' -U postgres
|
||||||
- bundle update
|
- bundle update
|
||||||
- cp config/application-example.yml config/application.yml
|
- cp config/application-example.yml config/application.yml
|
||||||
|
- cp config/secrets-example.yml config/secrets.yml
|
||||||
- cp config/database-travis.yml config/database.yml
|
- cp config/database-travis.yml config/database.yml
|
||||||
- RAILS_ENV=test bundle exec rake db:all:schema:load
|
- RAILS_ENV=test bundle exec rake db:all:schema:load
|
||||||
- RAILS_ENV=test bundle exec rake db:seed
|
- RAILS_ENV=test bundle exec rake db:seed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue