Find a deployment method

42d1636
Opened by Benedikt Peetz <benedikt.peetz@b-peetz.de> at 2024-12-26 19:59:32

Options include:

  • The autoupdate module in NixOS
  • a GitOpts services like: https://github.com/nlewo/comin
  • or one of the other big deployment methods (although most of they contain some bloat)
  1. Currently, we use deploy-rs. It still has some problems, but seems to work quite okay.

    deploy .#server2 --ssh-opts "-4" --interactive-sudo true
    

    Benedikt Peetz at 2024-12-26 19:59:19