fix: fixed rsync command
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head There was a failure building this commit

This commit is contained in:
Daniel Ledda
2021-08-29 16:42:52 +02:00
parent d30e354051
commit 0a6bf36bf3

2
Jenkinsfile vendored
View File

@@ -12,7 +12,7 @@ pipeline {
}
stage('Deploy') {
steps {
sh 'rsync ./public /var/www/public/html/drums'
sh '/usr/bin/rsync ./public /var/www/public/html/drums'
}
}
}