Add deploy command
This commit is contained in:
5
Makefile
5
Makefile
@@ -35,3 +35,8 @@ update-input:
|
|||||||
.PHONY: iso
|
.PHONY: iso
|
||||||
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