Hi all, is there any way how to update a deploymen...
# ask-community
m
Hi all, is there any way how to update a deployment with the cleanup of old files? I am registering my updated deployments from git repo containing couple of .py files from cmdline via
prefect deployment build
with a remote storage set. It seems to me that the prefect doesn't delete old/already removed .py files from remote storage and it also downloads them to worker during the execution of a flow.
upvote 1