9 lines
266 B
Makefile
9 lines
266 B
Makefile
.PHONY: deploy
|
|
deploy:
|
|
nixos-rebuild switch --fast -I nixos-config=./configuration.nix --build-host root@factorio.chandlerswift.com --target-host root@factorio.chandlerswift.com
|
|
|
|
.PHONY: create-server
|
|
create-server:
|
|
../create-server.py factorio.chandlerswift.com
|
|
|