feat(WIP): 添加项目架构和callback接口

This commit is contained in:
sleepwithoutbz
2025-09-26 01:11:55 +08:00
committed by Ubuntu
parent d02f901519
commit 11cd17cbf4
8 changed files with 96 additions and 16 deletions

9
deploy.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /usr/bin/bash
echo "Deploying..."
git push
# 连接ssh服务器tencent进入特定目录执行指令
ssh tencent "cd /home/ubuntu/kds_project && git pull && sudo systemctl restart kds"
echo "Deploy finished!"