From 6372ff3d662a6235441745ed26f6350af8c0e690 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 2 Dec 2016 15:25:39 +0900 Subject: [PATCH] New deploy script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0523958f..4e65a3b6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,4 +2,4 @@ #pack #go build scp notify.moe eduard@arn:~/beta/notify.moe.new -ssh eduard@arn 'cd beta; killall notify.moe; rm notify.moe; mv notify.moe.new notify.moe; ./notify.moe &' +ssh eduard@arn 'cd beta; killall notify.moe; rm notify.moe; mv notify.moe.new notify.moe; ./notify.moe > log.txt &'