File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 env :
1919 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2020 POSTGRES_USER : postgres
21- POSTGRES_DB : demo-rails5_test
21+ POSTGRES_DB : demo_rails5_test
2222 - name : check style + security
2323 run : |
2424 fluentci run --wasm ruby bundle_exec rubocop
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ default: &default
2525
2626development :
2727 << : *default
28- database : demo-rails5_development
28+ database : demo_rails5_development
2929
3030 # The specified database role being used to connect to postgres.
3131 # To create additional roles in postgres see `$ createuser --help`.
@@ -59,7 +59,7 @@ development:
5959# Do not set this db to the same as development or production.
6060test :
6161 << : *default
62- database : demo-rails5_test
62+ database : demo_rails5_test
6363
6464# As with config/secrets.yml, you never want to store sensitive information,
6565# like your database password, in your source code. If your source code is
8282#
8383production :
8484 << : *default
85- database : demo-rails5_production
85+ database : demo_rails5_production
8686 username : demo-rails5
8787 password : <%= ENV['DEMO_RAILS5_DATABASE_PASSWORD'] %>
You can’t perform that action at this time.
0 commit comments