mirror of
https://github.com/believethehype/nostdress.git
synced 2026-06-17 22:39:44 -07:00
add other services to makefile.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user