Skip to content

Commit

Permalink
feat: revert tests, commit .env file and change the distribution conf…
Browse files Browse the repository at this point in the history
…ig for the staging eas profile
  • Loading branch information
Guillermo Machado committed Aug 7, 2024
1 parent abbead8 commit 441c3eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .easignore

This file was deleted.

6 changes: 6 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
API_URL=https://dummyjson.com/

## TODO: add the variable to your CI and remove it from here, not recommended setting sensitive values on your git repo
SECRET_KEY=my-secret-key
VAR_NUMBER=10 # this is a number variable
VAR_BOOL=true # this is a boolean variable
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ web-build/
yarn-error.log
/coverage

.env.development
.env.production
.env.staging
.env.qa

# macOS
.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"staging": {
"channel": "staging",
"distribution": "internal",
"distribution": "store",
"pnpm": "8.15.4",
"ios": {
"image": "latest"
Expand Down

0 comments on commit 441c3eb

Please sign in to comment.