From f5eb4a812d99775cedef3a9f613c73db497b15a0 Mon Sep 17 00:00:00 2001 From: Felix <33882825+IIxauII@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:43:52 +0200 Subject: [PATCH] Update ci-cd.md Propose alternative live update solutions instead of just appflow --- docs/main/guides/ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/guides/ci-cd.md b/docs/main/guides/ci-cd.md index 378c6489d..dcc7b001c 100644 --- a/docs/main/guides/ci-cd.md +++ b/docs/main/guides/ci-cd.md @@ -48,4 +48,4 @@ To use it in this way, use webhooks to send built assets to Appflow on each comm ## Other Mobile CI/CD Options -There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. However, for remote live updates of Capacitor apps, [Appflow](https://ionic.io/appflow) is the only service with this feature. +There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. For remote live updates of Capacitor apps, [Appflow](https://ionic.io/appflow) is the only CI/CD service with this feature. [Capgo](https://capgo.app/) is another live update solution you can use if you want to use another CI/CD service.