diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..4ae98e1 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash +hexo d +ssh root@cn.yimian.xyz "cd /home/www/blog ; git pull ; exit"