Smerige sudo
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-22 23:35:56 +01:00
parent 7fbca3031a
commit b92d0a5a97

2
Jenkinsfile vendored
View File

@@ -13,7 +13,7 @@ pipeline {
stage('Deploy') {
steps{
echo 'Starting deploy step...'
sh 'cp out/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf'
sh 'sudo cp out/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf'
}
}
}