-
Notifications
You must be signed in to change notification settings - Fork 509
Add guide for automatic Capacitor iOS / Android build with GitHub Action #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
885935e
d4498c7
32ef7a2
385671e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,11 @@ For Capacitor developers, Appflow also offers the ability to push real-time upda | |
|
|
||
| For more details, see the [Appflow Documentation](https://ionicframework.com/docs/appflow). | ||
|
|
||
| If you need a lighter-weight option that still runs inside GitHub Actions, the community has published sample workflows you can adopt quickly: | ||
|
|
||
| - [Automatic Capacitor iOS Build with GitHub Action](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) | ||
| - [Automatic Capacitor Android Build with GitHub Action](https://capgo.app/blog/automatic-capacitor-android-build-github-action/) | ||
|
Comment on lines
+43
to
+46
|
||
|
|
||
| ## Using a traditional CI/CD service with Appflow | ||
|
|
||
| Appflow can replace a traditional CI/CD service since it performs web/JS builds and native mobile builds. However, it works great with a traditional CI/CD service. | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -49,3 +49,7 @@ slug: /guides/community | |||||||||||||
| [Google Login in Capacitor Apps with Ionic React ›](https://enappd.com/blog/google-login-in-ionic-react-capacitor-apps/122) | ||||||||||||||
|
|
||||||||||||||
| [Twitter Login in Capacitor Apps with Ionic React ›](https://enappd.com/blog/twitter-login-in-ionic-react-capacitor-app/121) | ||||||||||||||
|
|
||||||||||||||
| [Automatic Capacitor iOS Build with GitHub Action ›](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) | ||||||||||||||
|
|
||||||||||||||
| [Automatic Capacitor Android Build with GitHub Action ›](https://capgo.app/blog/automatic-capacitor-android-build-github-action/) | ||||||||||||||
|
Comment on lines
+53
to
+55
|
||||||||||||||
| [Automatic Capacitor iOS Build with GitHub Action ›](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) | |
| [Automatic Capacitor Android Build with GitHub Action ›](https://capgo.app/blog/automatic-capacitor-android-build-github-action/) | |
| [Automatic Capacitor iOS Build with GitHub Actions ›](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/) | |
| [Automatic Capacitor Android Build with GitHub Actions ›](https://capgo.app/blog/automatic-capacitor-android-build-github-action/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text uses "GitHub Action" but the product name is "GitHub Actions" and the surrounding paragraph also says "runs inside GitHub Actions". Please make the link text consistent (likely "... with GitHub Actions").