使用脚本更新服务器

This commit is contained in:
2023-02-18 03:27:34 +08:00
parent 4cdd13c688
commit 1e93d24260

4
update.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
# 服务器跟随更新
ssh root@106.15.192.42 "cd ~/drawing; git pull;"