Minor changes

This commit is contained in:
2016-11-14 00:34:01 +09:00
parent e6c17a67c3
commit e23f843450
11 changed files with 394 additions and 5 deletions

5
deploy.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
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 &'