Create a distinct "beta" environment
and move secrets into Rails credentials for both beta and production environments.
This commit is contained in:
+1
-2
@@ -23,8 +23,7 @@ builder:
|
||||
|
||||
env:
|
||||
secret:
|
||||
- SECRET_KEY_BASE
|
||||
- OPEN_AI_API_KEY
|
||||
- RAILS_MASTER_KEY
|
||||
|
||||
aliases:
|
||||
console: app exec -i --reuse "bin/rails console"
|
||||
|
||||
Reference in New Issue
Block a user