mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-04-04 18:12:13 +02:00
my personal deployment script.
This commit is contained in:
parent
333d530901
commit
c64d3e44dc
5
Makefile
5
Makefile
@ -1,2 +1,7 @@
|
||||
relayer: $(shell find . -name "*.go")
|
||||
go build -ldflags="-s -w" -o ./relayer
|
||||
|
||||
deploy: relayer
|
||||
ssh root@turgot 'systemctl stop relayer'
|
||||
scp relayer turgot:relayer/relayer
|
||||
ssh root@turgot 'systemctl start relayer'
|
||||
|
Loading…
x
Reference in New Issue
Block a user