<@ULVA73B9P> does the prefect.yaml file supports S...
# ask-marvin
s
@Marvin does the prefect.yaml file supports SSH-based urls for git operations?
m
The
prefect.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.