New deploy script

This commit is contained in:
Eduard Urbach 2016-12-02 15:25:39 +09:00
parent 59ef1f53f2
commit 6372ff3d66

View File

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