From 20d2253b7efa6b8399bfcd808397c75c31c3b647 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 6 Dec 2022 14:55:05 -0300 Subject: Makefile: Add $(HOST) variable --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7f0ecf0..944f87c 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,13 @@ dev-check: check public public: +HOST = toph deploy: scp \ src/infrastructure/guix/channels.scm \ src/infrastructure/guix/system.scm \ - toph:/etc/guix/ - ssh toph reconfigure + $(HOST):/etc/guix/ + ssh $(HOST) r reconfigure $(OPTS) .sentinel/mkdir-public: -- cgit v1.2.3