support eclair with new makeinvoice version.

This commit is contained in:
fiatjaf
2021-09-13 21:27:04 -03:00
parent 5574a494ed
commit d49f2dc2c5
5 changed files with 54 additions and 16 deletions
+3 -3
View File
@@ -2,6 +2,6 @@ satdress: $(shell find . -name "*.go") $(shell find . -name "*.html") $(shell fi
CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./satdress
deploy: satdress
ssh root@hulsmann 'systemctl stop bitmia tinytip payaddress paymentlink'
scp satdress hulsmann:satdress/satdress
ssh root@hulsmann 'systemctl start bitmia tinytip payaddress paymentlink'
ssh root@turgot 'systemctl stop bitmia tinytip payaddress paymentlink'
scp satdress turgot:satdress/satdress
ssh root@turgot 'systemctl start bitmia tinytip payaddress paymentlink'