https://prefect.io logo
j

Jeff Hale

07/18/2023, 6:56 PM
If you really want to push your flow code to GitHub as part of your deployment creation process:
Copy code
push:
    - prefect.deployments.steps.run_shell_script:
        id: git-push
        script: git push origin
        stream_output: false