Gabriel da Silva Jordão
11/08/2023, 3:33 AMMarvin
11/08/2023, 3:34 AMprefect server start
to run both the webserver and UI. If you're using Prefect Cloud, make sure you have successfully configured your local profile.
2. Use `prefect deploy`: This command is used to configure a deployment for a worker and work pool.
Remember, all Prefect flow runs are tracked by the API, which does not require prior registration of flows. With Prefect, you can call a flow locally or on a remote environment and it will be tracked.
For more detailed information, you can refer to these documents:
- Deploying Flows
- Deploying flows to work pools and workersGabriel da Silva Jordão
11/08/2023, 3:37 AM