Update Jenkinsfile
Some checks failed
ben.de-roo.org/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-22 12:00:25 +01:00
parent b8f2e8ae68
commit 0b3e1209cb

2
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ pipeline {
stage('Deploy to web14') {
steps {
sshagent(credentials: ['web14-www-data-ssh']) {
sshagent(credentials: ['ben.de-roo.org']) {
sh '''
rsync -avz --delete \
--exclude .git \