Add activate deploy command
This commit is contained in:
9
Makefile
9
Makefile
@@ -41,7 +41,12 @@ iso:
|
|||||||
kexec-img:
|
kexec-img:
|
||||||
nix build .#packages.x86_64-linux.kexec
|
nix build .#packages.x86_64-linux.kexec
|
||||||
|
|
||||||
# Deploy a host by name (ex: 's0')
|
# Deploy a host by name (ex: 's0') but don't activate
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy:
|
deploy:
|
||||||
deploy --remote-build --boot --debug-logs --skip-checks .#$(filter-out $@,$(MAKECMDGOALS))
|
deploy --remote-build --boot --debug-logs --skip-checks .#$(filter-out $@,$(MAKECMDGOALS))
|
||||||
|
|
||||||
|
# Deploy a host by name (ex: 's0')
|
||||||
|
.PHONY: deploy-activate
|
||||||
|
deploy-activate:
|
||||||
|
deploy --remote-build --debug-logs --skip-checks .#$(filter-out $@,$(MAKECMDGOALS))
|
||||||
Reference in New Issue
Block a user