测试
Some checks failed
自动部署 Spring Boot 项目到 CentOS 🚀 / deploy (push) Has been cancelled

This commit is contained in:
huertian 2025-01-08 19:29:06 +08:00
parent 97402046b6
commit e5b927a67c

View File

@ -42,7 +42,7 @@ jobs:
# 在服务器上重启应用 🔄
ssh root@8.137.89.177 << 'EOF'
cd /jinduguanli
cd /huertian
pkill -f 'java -jar' || true
nohup java -jar app.jar --spring.config.location=/huertian/application.yml> /huertian/log/app.log 2>&1 &
exit