fix: fixed jenkinsfile
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:18:11 +02:00
parent 01fabc4eda
commit 5467b2bcd3

2
Jenkinsfile vendored
View File

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