diff --git a/Jenkinsfile b/Jenkinsfile index 7a64cb0..0b136db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}/ ''' }