You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/main/guides/ci-cd.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
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
40
40
41
41
For more details, see the [Appflow Documentation](https://ionicframework.com/docs/appflow).
42
42
43
+
If you need a lighter-weight option that still runs inside GitHub Actions, the community has published sample workflows you can adopt quickly:
44
+
45
+
-[Automatic Capacitor iOS Build with GitHub Action](https://capgo.app/blog/automatic-capacitor-ios-build-github-action/)
46
+
-[Automatic Capacitor Android Build with GitHub Action](https://capgo.app/blog/automatic-capacitor-android-build-github-action/)
47
+
43
48
## Using a traditional CI/CD service with Appflow
44
49
45
50
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.
0 commit comments