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 &'