重启容器为 chuanqi-server-s1

This commit is contained in:
2024-12-21 13:38:32 +08:00
parent 364175bbcd
commit 6c2e4ebe18

View File

@@ -5,7 +5,7 @@ pipeline {
steps {
echo 'Deploying...'
sh "cd /home/cq/s1&&git pull"
sh "docker restart chuanqi-server-dev"
sh "docker restart chuanqi-server-s1"
}
}
}