diff --git a/Jenkinsfile b/Jenkinsfile index b59b864..9e285a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } -} \ No newline at end of file +}