Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions plugins/expo/skills/expo-deployment/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,20 @@ Standard `eas.json` for production deployments:

- Use `npx testflight` for quick TestFlight submissions
- Configure Apple credentials via `eas credentials`
- See ./reference/testflight.md for credential setup
- See ./reference/ios-app-store.md for App Store submission
- See ./references/testflight.md for credential setup
- See ./references/ios-app-store.md for App Store submission

### Android

- Set up Google Play Console service account
- Configure tracks: internal → closed → open → production
- See ./reference/play-store.md for detailed setup
- See ./references/play-store.md for detailed setup

### Web

- EAS Hosting provides preview URLs for PRs
- Production deploys to your custom domain
- See ./reference/workflows.md for CI/CD automation
- See ./references/workflows.md for CI/CD automation

## Automated Deployments

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
profile: production
```

See ./reference/workflows.md for more workflow examples.
See ./references/workflows.md for more workflow examples.

## Version Management

Expand Down