From 60533b751a5747246169b6c886e36c7fc4b7beae Mon Sep 17 00:00:00 2001 From: IoTcat Date: Sun, 3 Jan 2021 12:28:21 +0800 Subject: [PATCH] addDeplogScript --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 deploy.sh 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"