ci: 更新服务器重启脚本
- 将重启的 Docker 容器从 chuanqi-server-dev 改为 chuanqi-server-logic
This commit is contained in:
@@ -5,7 +5,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Deploying...'
|
echo 'Deploying...'
|
||||||
sh "cd /home/cq/instance&&git pull"
|
sh "cd /home/cq/instance&&git pull"
|
||||||
sh "docker restart chuanqi-server-dev"
|
sh "docker restart chuanqi-server-logic"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user