Hello! Is there a way to add git pull step only to...
# prefect-integrations
k
Hello! Is there a way to add git pull step only to selected deployments in prefect.yaml?
n
hi @Kacper K - yes like this https://github.com/zzstoatzz/prefect-pack/blob/main/prefect.yaml#L52-L61 each deployment definition can define its own
build
push
or
pull
steps, otherwise they will default to any global steps defined at the top of the file
🙌 1
k
is it started from prefect 3 version? I am using 2.14.11 and it returns key error not letting me pass pull to single deployment besides global
n
it should work in either 2 or 3, id guess there’s an error in the yaml syntax