更新 Jenkinsfile

This commit is contained in:
2025-07-17 02:30:13 +00:00
parent 45a3b9e576
commit 19253341cf

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
ssh ${REMOTE_USER}@${REMOTE_HOST} '
cd ${REMOTE_DIR} &&
sudo docker compose down &&
sudo docker image prune -f &&
sudo docker image prune -f &&
sudo docker compose up -d --build
'
"""