2021-08-28 12:13:32 +00:00
|
|
|
satdress: $(shell find . -name "*.go") $(shell find . -name "*.html") $(shell find . -name "*.css") go.mod
|
2021-08-13 16:21:00 +00:00
|
|
|
CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./satdress
|
|
|
|
|
|
|
|
deploy: satdress
|
2022-07-20 18:05:14 +00:00
|
|
|
ssh root@turgot 'systemctl stop payaddress'
|
2021-09-14 00:27:04 +00:00
|
|
|
scp satdress turgot:satdress/satdress
|
2022-07-20 18:05:14 +00:00
|
|
|
ssh root@turgot 'systemctl start payaddress'
|