fix: fixed jenkinsfile
Some checks are pending
Gitea djledda.de/arne-drums/pipeline/head Build queued...
Some checks are pending
Gitea djledda.de/arne-drums/pipeline/head Build queued...
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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'
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user