diff --git a/Makefile b/Makefile index 8155d32..ee6508c 100644 --- a/Makefile +++ b/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'