Added deploy and updated the readme accordingly
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2024-05-05 00:01:08 +02:00
parent ce4daadd49
commit 549af36a07
2 changed files with 4 additions and 1 deletions

1
Jenkinsfile vendored
View File

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