Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update method git-bundle doesn't remove deleted files if rsync method was used before #456

Open
Ma27 opened this issue May 10, 2024 · 0 comments

Comments

@Ma27
Copy link
Member

Ma27 commented May 10, 2024

Given a batou deployment:

  • update_method set to rsync for the environment we're deploying
  • a directory foo exists with a file bar exists in it. The change is checked in.
  • running ./batou deploy env makes it appear on the target host in ~s-service/deployment/foo.
  • Remove the directory foo from your local checkout and commit the change.
  • Set update_method to git-bundle for the environment to deploy (and commit).
  • ./batou deploy env doesn't remove foo now.

Related AppOps ticket: FC-37992

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant