update Jenkinsfile

This commit is contained in:
2026-02-18 11:32:52 +03:00
parent f0721d353d
commit d8ce8718be

2
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
stage('Deploy') {
steps {
sh '''
rsync -az --delete -e "ssh -o StrictHostKeyChecking=no" \
./rsync -az --delete -e "ssh -o StrictHostKeyChecking=no" \
public/ root@172.17.0.1:${DEPLOY_PATH}/
'''
}