forked from tauri-apps/tauri-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6dc16b4
commit 6277ace
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
21 changes: 15 additions & 6 deletions
21
src/content/docs/distribute/Pipelines/crabnebula-cloud.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
--- | ||
title: CrabNebula Cloud | ||
sidebar: | ||
badge: | ||
text: Stub | ||
variant: caution | ||
--- | ||
|
||
import Stub from '@components/Stub.astro'; | ||
## Distributing with CrabNebula Cloud | ||
|
||
<Stub /> | ||
[CrabNebula](https://crabnebula.dev) is an official Tauri partner providing services and tooling for Tauri applications. | ||
The [CrabNebula Cloud](https://crabnebula.dev/cloud/) is a platform for application distribution that seamlessly integrates with the Tauri updater. | ||
|
||
The Cloud offers a Content Delivery Network (CDN) that is capable of shipping your application installers and updates globally while being cost effective and exposing download metrics. | ||
|
||
With the CrabNebula Cloud service it is simple to implement multiple release channels, download buttons for your application website and more. | ||
|
||
Setting up your Tauri app to use the Cloud is easy: all you need to do is to sign in to the [Cloud website] using your GitHub account, create your organization and application and install its CLI to create a release and upload the Tauri bundles. Additionally, a [GitHub Action] is provided to simplify the process of using the CLI on GitHub workflows. | ||
|
||
For more information, see the [CrabNebula Cloud documentation]. | ||
|
||
[GitHub Action]: https://github.com/crabnebula-dev/cloud-release/ | ||
[Cloud website]: https://web.crabnebula.cloud/ | ||
[CrabNebula Cloud documentation]: https://docs.crabnebula.dev/cloud/ |