Standardized recommended deploy state #3
Loading…
Add table
Reference in a new issue
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?
I kind of just blatted this code out into the internet with some bad assumptions about deploy state baked in. For example because I use caddy for all the SSL termination, and run on a node that does nothing but stream handling, I just made the project run as the caddy user. Lazy and bad.
I should pull these assumptions out of the code and make them configurable or auto-detect, and recommend using a standalone user for this stuff.