Mitch
08/30/2023, 7:44 PMprefect.deployments.steps.git_clone
? In prefect 1 using code commit it showed in the UI the branch the current deployment was running from which was very usefulNate
08/30/2023, 9:02 PMMitch
08/30/2023, 9:10 PMNate
08/30/2023, 9:14 PM<http://deployment_logger.info|deployment_logger.info>(f"Cloned the {branch or 'main'!r} branch of repository {repository!r} into {directory!r}")
hmm well there's slight annoyance around main
/ master
there, so maybe
<http://deployment_logger.info|deployment_logger.info>(f"Cloned the {branch or 'default'!r} branch of repository {repository!r} into {directory!r}")
Mitch
08/30/2023, 9:17 PMNate
08/30/2023, 9:18 PMMitch
08/30/2023, 9:21 PMNate
08/30/2023, 9:22 PMprefect deploy
+ prefect.yaml
)prefect deploy
Jenny
09/01/2023, 12:09 PMpull_steps
of a deployment to the UI which I think should help here
https://github.com/PrefectHQ/prefect/issues/10467Mitch
09/15/2023, 7:16 PMJenny
09/15/2023, 7:21 PMMitch
09/25/2023, 3:04 PMJenny
09/25/2023, 5:09 PM