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'