Multi-machine deployment #8
Loading…
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?
To scale, we will need to deploy accross multiple coordinated machines. Every nix deployment system supports this in one way or another. I would like to figure something out similar to nixus, which defines multi-machine modules so that you can set things like "machine X has ssh access to machine Y" in one go.
I have created ad-hoc solutions that allow this kind of definition, but they quickly end up messy and hard to follow. Something principled using the module system would be better.