https://prefect.io logo
m

Moe

07/27/2023, 4:02 PM
Hi, so I've deployed my flow with a schedule on my aws work-pool. Using git pull step from a remote branch. My flow is scheduled to run every hour. Question is, what if I made some changes to my flow (in terms of python code) and push some updates to remote branch. Do I need to make another deployment? Or the same deployment will pick up these new changes?
n

Nate

07/27/2023, 4:15 PM
at deployment runtime, the
pull
step will grab whatever is available in the repo referenced in your pull step - so you can make changes to the tasks, or implementation details of the flow and push it to gitlab without needing to create another deployment does that answer your question?
m

Moe

07/27/2023, 4:15 PM
Yes, got it thanks.
👍 1