Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions docs/main/guides/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

## 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.
Expand Down
4 changes: 4 additions & 0 deletions docs/main/guides/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)