Create a distinct "beta" environment

and move secrets into Rails credentials for both beta and production
environments.
This commit is contained in:
Mike Dalessio
2025-05-31 10:55:25 -04:00
parent 1c85d8f270
commit c3a9ac7391
15 changed files with 40 additions and 17 deletions
+4 -1
View File
@@ -14,5 +14,8 @@ development:
test:
<<: *default
production:
production: &production
<<: *default
beta:
<<: *production