serokell / deploy-rs

A simple multi-profile Nix-flake deploy tool.
Other
1.41k stars 101 forks source link

node specific remote build option #275

Closed BKSalman closed 5 months ago

BKSalman commented 5 months ago

I have multiple nodes, some I want to use remote build with, and some I want to build on my machine instead, is there a way to choose specific nodes to remote build and keep the rest build on my machine?

PhilTaken commented 5 months ago

The remote-build option can be set/unset per node. You can also set a default at the deploy level and then override it per node. Settings are merged upwards.