Eric Yoo
04/24/2024, 7:53 AMJeff Hale
04/24/2024, 12:35 PMflow.deploy
method (or the deploy
function for deploying multiple deployments at once).
Use prefect.yaml
if you prefer YAML-based deployments.
Either option is fine and both are popular.
For your last bullet point - it depends on your setup.Eric Yoo
04/25/2024, 7:29 AMdeploy
function the one from the prefect deploy
command?
for the flow.deploy()
method, is there a way to push code to remote storage just like push_code in prefect.yaml?Jeff Hale
04/25/2024, 12:02 PMdeploy
function as shown here: https://docs.prefect.io/latest/guides/prefect-deploy/#working-with-multiple-deployments-with-deployJeff Hale
04/25/2024, 12:04 PM