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