fix: fixed jenkinsfile
Some checks are pending
Gitea djledda.de/arne-drums/pipeline/head Build queued...

This commit is contained in:
Daniel Ledda
2021-08-29 17:15:59 +02:00
parent 9932158337
commit 01fabc4eda

6
Jenkinsfile vendored
View File

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