Selora
02/24/2025, 8:56 PMMarvin
02/24/2025, 8:56 PMprefect.yaml
file in Prefect supports SSH-based URLs for Git operations. For private repositories, you can authenticate using a credentials block or a Secret block specific to your Git-based version control platform. This allows you to reference the repository URL directly in your prefect.yaml
file, provided you have the necessary authentication set up in your environment at the time of deployment creation and execution.
For more details, you can refer to the Prefect documentation on Git-based storage.