Replies: 3 comments 3 replies
|
Make sure to keep your .env files in your .gitignore. It is a major security risk to commit. The EAS documentation says:
|
|
Thanks @goatandsheep but if I don't commit my |
|
Ok so I managed to understand that the My next question: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello :)!
The push on the app store approaching for my app, I'm trying to understand how this package works with EAS build. Actually, I have these files on my projects:
.env.developmentfor the keys used in dev mode, locally on my computer.env.productionfor the keys used when doingexpo publish --clear, for testing the app on real devicesI'm a bit confused. This
env.productionfile won't be used in EAS build right? It's gonna switch to EAS secrets defined on my expo website under that link https://expo.dev/accounts/ACCOUNT_NAME/projects/PROJECT_NAME/secrets, or am I wrong?Kind regards
All reactions