forked from expo/expo
-
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.
[docs] Adds "EAS" to "Workflows" (expo#33595)
- Loading branch information
Showing
8 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
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
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
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
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,7 +1,7 @@ | ||
--- | ||
sidebar_title: Get started | ||
title: Get started with Workflows | ||
description: Learn how to use Workflows to automate your development and release processes. | ||
title: Get started with EAS Workflows | ||
description: Learn how to use EAS Workflows to automate your development and release processes. | ||
--- | ||
|
||
import { BookOpen02Icon } from '@expo/styleguide-icons/outline/BookOpen02Icon'; | ||
|
@@ -12,19 +12,19 @@ import { Collapsible } from '~/ui/components/Collapsible'; | |
import { Terminal } from '~/ui/components/Snippet'; | ||
|
||
<Callout type="info"> | ||
Workflows are currently in preview. We may introduce breaking changes in the coming weeks. Got | ||
EAS Workflows are currently in preview. We may introduce breaking changes in the coming weeks. Got | ||
feedback? Send us an email at [email protected]. | ||
</Callout> | ||
|
||
Builds, submissions, updates, and more are all a part of delivering your app to users. Workflows consist of a sequence of jobs, which help you and your team get things done. With workflows, you can build your project, run end-to-end tests, submit that build to the app stores, and then run custom scripts after the submission is complete. Since each job can have prerequisites and conditionals, you can automate your and your team's release process. | ||
Builds, submissions, updates, and more are all a part of delivering your app to users. EAS Workflows consist of a sequence of jobs, which help you and your team get things done. With workflows, you can build your project, run end-to-end tests, submit that build to the app stores, and then run custom scripts after the submission is complete. Since each job can have prerequisites and conditionals, you can automate your and your team's release process. | ||
|
||
<Collapsible summary="How do workflows compare to other CI services?"> | ||
|
||
Workflows on EAS are designed to help you and your team release your app. It comes preconfigured with pre-packaged job types that can build, submit, update, run Maestro tests, and more. All job types run on EAS, so you'll only have to manage one set of YAML files, and all the artifacts from your job runs will appear on [expo.dev](https://expo.dev/). | ||
EAS Workflows are designed to help you and your team release your app. It comes preconfigured with pre-packaged job types that can build, submit, update, run Maestro tests, and more. All job types run on EAS, so you'll only have to manage one set of YAML files, and all the artifacts from your job runs will appear on [expo.dev](https://expo.dev/). | ||
|
||
Other CI services, like CircleCI and GitHub Actions, are more generalized and have the ability to do more than workflows. However, those services also require you to understand more about the implementation of each job. While that is necessary in some cases, workflows help you get common tasks done quickly by pre-packaging the most essential types of jobs for app developers. In addition, workflows are designed to provide you with the fastest possible cloud machine for the task at hand, and we're constantly updating those for you. | ||
|
||
Workflows are great for operations related to your Expo apps, while other CICD services will provide a better experience for other types of workflows. | ||
EAS Workflows are great for operations related to your Expo apps, while other CICD services will provide a better experience for other types of workflows. | ||
|
||
</Collapsible> | ||
|
||
|
@@ -126,7 +126,7 @@ Learn more about the building blocks of workflows: | |
/> | ||
<BoxLink | ||
title="Jobs" | ||
description="Learn which pre-packaged and custom jobs you can run with Workflows." | ||
description="Learn which pre-packaged and custom jobs you can run with EAS Workflows." | ||
href="/workflows/jobs" | ||
Icon={BookOpen02Icon} | ||
/> | ||
|
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
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
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
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