diff --git a/.gitignore b/.gitignore index adec9b3..416db5c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ # Ignore master key for decrypting credentials and more. /config/master.key +/config/credentials.yml.enc /public/packs /public/packs-test @@ -107,3 +108,4 @@ yarn-debug.log* # Ignore IJ IDE directory /.idea/ +*.iml \ No newline at end of file diff --git a/config/database.yml b/config/database.yml index 0dc78e8..f9854d3 100644 --- a/config/database.yml +++ b/config/database.yml @@ -83,4 +83,8 @@ test: # production: <<: *default - url: <%= ENV['DATABASE_URL'] %> \ No newline at end of file + url: <%= ENV['DATABASE_URL'] %> + +staging: + <<: *default + url: <%= ENV['DATABASE_URL'] %>