Create a distinct "beta" environment
and move secrets into Rails credentials for both beta and production environments.
This commit is contained in:
+4
-1
@@ -17,6 +17,9 @@ development:
|
||||
test:
|
||||
<<: *default_options
|
||||
|
||||
production:
|
||||
production: &production
|
||||
<<: *default_connection
|
||||
<<: *default_options
|
||||
|
||||
beta:
|
||||
<<: *production
|
||||
|
||||
Reference in New Issue
Block a user