Skip to content

Commit

Permalink
improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yev Moroz committed Jan 31, 2024
1 parent 2fc7adc commit 1938d7e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: 🕵️ Types check
run: npm run test:types

- name: 🚀 Publish app
- name: 🚀 Publish app update
run: eas update --auto
env:
EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }}
EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }}
5 changes: 0 additions & 5 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ const config: ExpoConfig = {
extra: {
eas: {
projectId: process.env.EXPO_PROJECT_ID,
build: {
master: {
distribution: 'internal',
},
},
},
},
updates: {
Expand Down
2 changes: 1 addition & 1 deletion docs/eas-update-android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/eas-update-ios.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"cli": {
"version": ">= 7.1.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"channel": "production"
}
},
"submit": {
"production": {}
}
}

0 comments on commit 1938d7e

Please sign in to comment.