Ignore more files and add staging database config.

This commit is contained in:
2020-08-21 19:14:50 +01:00
parent a7c80ac14e
commit e22d670933
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -27,6 +27,7 @@
# Ignore master key for decrypting credentials and more. # Ignore master key for decrypting credentials and more.
/config/master.key /config/master.key
/config/credentials.yml.enc
/public/packs /public/packs
/public/packs-test /public/packs-test
@@ -107,3 +108,4 @@ yarn-debug.log*
# Ignore IJ IDE directory # Ignore IJ IDE directory
/.idea/ /.idea/
*.iml

View File

@@ -83,4 +83,8 @@ test:
# #
production: production:
<<: *default <<: *default
url: <%= ENV['DATABASE_URL'] %> url: <%= ENV['DATABASE_URL'] %>
staging:
<<: *default
url: <%= ENV['DATABASE_URL'] %>