batou
batou copied to clipboard
Update method `git-bundle` doesn't remove deleted files if `rsync` method was used before
Given a batou deployment:
-
update_methodset torsyncfor the environment we're deploying - a directory
fooexists with a filebarexists in it. The change is checked in. - running
./batou deploy envmakes it appear on the target host in~s-service/deployment/foo. - Remove the directory
foofrom your local checkout and commit the change. - Set
update_methodtogit-bundlefor the environment to deploy (and commit). -
./batou deploy envdoesn't removefoonow.
Related AppOps ticket: FC-37992