fix: Makefile
This commit is contained in:
parent
0419d06504
commit
3ca32ff53c
4
Makefile
4
Makefile
@ -7,5 +7,5 @@ go-build-arm7:
|
||||
GOOS=linux GOARCH=arm GOARM=7 go build -o flucky -ldflags "-X main.version=${VERSION}"
|
||||
|
||||
pi-copy: go-build-arm7
|
||||
scp flucky hades.trier.cryptic.systems:/usr/local/bin
|
||||
ssh hades.trier.cryptic.systems 'chmod +x /usr/local/bin/flucky'
|
||||
scp flucky hades:/usr/local/bin
|
||||
ssh hades 'chmod +x /usr/local/bin/flucky'
|
||||
|
Loading…
Reference in New Issue
Block a user