fix: trying to fix jenkins
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 17:00:09 +02:00
parent 0a6bf36bf3
commit 9ad282c12f
3 changed files with 28 additions and 15 deletions

4
Jenkinsfile vendored
View File

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