add other services to makefile.

This commit is contained in:
fiatjaf
2021-08-14 22:08:44 -03:00
parent 68b4d0eced
commit f98da7d981
+2 -2
View File
@@ -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'