Add deploy command
This commit is contained in:
7
Makefile
7
Makefile
@@ -34,4 +34,9 @@ update-input:
|
||||
# Build Custom Install ISO
|
||||
.PHONY: iso
|
||||
iso:
|
||||
nix build .#packages.x86_64-linux.iso
|
||||
nix build .#packages.x86_64-linux.iso
|
||||
|
||||
# Deploy a host by name (ex: 's0')
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
deploy --remote-build --boot --debug-logs --skip-checks .#$(filter-out $@,$(MAKECMDGOALS))
|
||||
Reference in New Issue
Block a user