If you wire up bad mounts, they stay there after the deploy fails #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This means that you kinda bork your setup on the host side.
Not sure how that can be reversed from the client side.
Worth thinking about.
You'd probably want some mechanism here to take a "snapshot" of the current storage mounted into the container before fucking with it. Because if you change it then you have to rebuild the container to get it working. So, you might bork your container later down the line when you deploy again.