NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.78k stars 363 forks source link

Deploy as part of CI #1290

Open grahamc opened 4 years ago

grahamc commented 4 years ago

At the end of the day, nixops deploy is the key feature we have here. We should do it as part of CI. Also nice would be being able to do deploys with various backends, like nixops-aws to see if PRs to nixops breaks a plugin.

roberth commented 2 years ago

As a low hanging fruit, we could test the none backend in a nixosTest, because it does not depend on real cloud services. As such, it will be easy to run, which is actually kinda great.

roberth commented 2 years ago

This seems like a good starting point: https://github.com/NixOS/nixpkgs/pull/142035