From f98da7d981ce9e530596c805dfe5b00f2ed1f7eb Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 14 Aug 2021 22:08:44 -0300 Subject: [PATCH] add other services to makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ef18238..ac31083 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ satdress: $(shell find . -name "*.go") CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./satdress deploy: satdress - ssh root@hulsmann 'systemctl stop bitmia' + ssh root@hulsmann 'systemctl stop bitmia tinytip payaddress paymentlink' scp satdress hulsmann:satdress/satdress - ssh root@hulsmann 'systemctl start bitmia' + ssh root@hulsmann 'systemctl start bitmia tinytip payaddress paymentlink'