is there a way to skip the `build` action when I d...
# ask-community
c
is there a way to skip the
build
action when I do some sort of deploy like
Copy code
prefect deploy --name deployment-1
how about from the Python SDK, does
build_from_flow
execute the build step of the deployment?
s
I’m @Constantino Schillebeeckx , I’m afk at the moment but you should be able to override per deployment by manually editing the prefect.yaml. Please see the example in this guide on reusing configuration across deployments to add build steps in the deployments section! :)