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') {
|
||||
steps {
|
||||
sh '''#!/bin/bash -l
|
||||
/usr/bin/rsync ./public /var/www/public/html/drums'
|
||||
'''
|
||||
sh '''#!/bin/bash
|
||||
/usr/bin/rsync ./public /var/www/public/html/drums'
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user