Conversation
tahminator
left a comment
There was a problem hiding this comment.
fyi, we had to change how some of the keys were prefixed with like CI_APP_ or something. now comes the hard part.. find which ones were using those keys and removing the prefix for those keys. ik it's kinda confusing but lmk if you'd like a clarification
…ecrypted .env.ci files TAN-36: error call fix TAN-36: changed secret call in composite folder TAN-36: fix composite actions calling toJSON(secrets) directly TAN-36: restore GPG secret forwarding for git-crypt
| const appEnv = | ||
| environment === "staging" ? | ||
| await getEnvVariables(["staging"]) | ||
| : { | ||
| ...getEnvVariablesFromProcess("DB_MIGRATIOR_"), | ||
| DATABASE_NAME: "codebloom-prod", | ||
| }; |
There was a problem hiding this comment.
getEnvVariables wont exist for staging anymore either - you should use your same function to parse them with a STAGING_ prefix (if we didnt move them, can we move them to platform-infra)
|
|



Description of changes
Checklist before review
Screenshots
Dev
Staging