Set correct user

This commit is contained in:
jannisp 2021-08-23 15:00:58 +02:00
parent 4fc75cee49
commit c2a492766a

4
Jenkinsfile vendored
View file

@ -12,6 +12,6 @@ node {
}
stage('Publish PDF') {
sh 'scp -i /root/.ssh/id_rsa Mathematik-V-ZF.pdf jannis@192.168.178.45:/opt/containers/apache2/html/download/latex-previews/mathematik-v-zf.pdf'
sh 'scp -i /root/.ssh/id_rsa Mathematik-V-ZF.pdf thisfro@192.168.178.45:/opt/containers/apache2/html/download/latex-previews/mathematik-v-zf.pdf'
}
}
}