From ff420fb81dc423c1276c5c10ddb0662df912b191 Mon Sep 17 00:00:00 2001 From: Zack Date: Tue, 23 Jan 2018 09:28:57 -0500 Subject: [PATCH] Update Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 5603a85..b8820b0 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,6 @@ linux32: .PHONY: linux64 linux64: env GOOS=linux GOARCH=amd64 go build ${LDFLAGS} -o dist/cowyo_linux_amd64 - ssh camlistore "sudo initctl stop cowyo" - scp dist/cowyo_linux_amd64 camlistore:cowyo/cowyo - ssh camlistore "chmod +x cowyo/cowyo" - ssh camlistore "sudo initctl start cowyo" .PHONY: windows windows: