If you really want to push your flow code to GitHu...
# pacc-july-17-18-2023
j
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