Skip to content

Commit 2373ed7

Browse files
Guillermo MachadoGuillermo Machado
authored andcommitted
feat: revert tests, commit .env file and change the distribution config for the staging eas profile
1 parent e79188c commit 2373ed7

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

.easignore

Lines changed: 0 additions & 29 deletions
This file was deleted.

.env.development

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
API_URL=https://dummyjson.com/
2+
3+
## TODO: add the variable to your CI and remove it from here, not recommended setting sensitive values on your git repo
4+
SECRET_KEY=my-secret-key
5+
VAR_NUMBER=10 # this is a number variable
6+
VAR_BOOL=true # this is a boolean variable

eas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"staging": {
2828
"channel": "staging",
29-
"distribution": "internal",
29+
"distribution": "store",
3030
"pnpm": "8.15.4",
3131
"ios": {
3232
"image": "latest"

0 commit comments

Comments
 (0)