Migrate all secrets to config/secrets.yml
This commit is contained in:
parent
9090cc0d38
commit
ee5d48d494
8 changed files with 29 additions and 20 deletions
|
|
@ -14,6 +14,7 @@ before_install:
|
|||
before_script:
|
||||
- cp config/database.yml.example config/database.yml
|
||||
- cp config/config.yml.example config/config.yml
|
||||
- cp config/secrets.yml.example config/secrets.yml
|
||||
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
||||
script:
|
||||
- bundle exec rspec --color --format documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue