docs(core): nx cloud workflows video (#19462)

This commit is contained in:
Isaac Mann 2023-10-05 09:55:15 -04:00 committed by GitHub
parent c2fdf02b76
commit 98d07f5b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
# Nx Cloud Workflows # Nx Cloud Workflows
{% youtube
src="https://www.youtube.com/embed/JG1FWfZFByM"
title="Introducing Nx Cloud Workflows"
width="100%" /%}
## Powerful CI Capabilities Optimized for Nx monorepos ## Powerful CI Capabilities Optimized for Nx monorepos
Just like Nx and Nx Cloud, Nx Cloud Workflows enables you to offload tedious technical tasks so that you can focus on more mission-critical tasks. With a traditional CI platform, you are responsible for telling the CI platform exactly what commands to execute in which environments and what to do with the artifacts. Nx Cloud by itself can automate parallelizing tasks and sharing build artifacts across machines, but you still have to create agent machines on your CI platform. Just like Nx and Nx Cloud, Nx Cloud Workflows enables you to offload tedious technical tasks so that you can focus on more mission-critical tasks. With a traditional CI platform, you are responsible for telling the CI platform exactly what commands to execute in which environments and what to do with the artifacts. Nx Cloud by itself can automate parallelizing tasks and sharing build artifacts across machines, but you still have to create agent machines on your CI platform.