master
Araozu 2023-10-25 21:10:48 -05:00
parent 855a12e6c5
commit 8a91716ee9
1 changed files with 5 additions and 0 deletions

View File

@ -27,5 +27,10 @@ pipeline {
sh 'md-docs' sh 'md-docs'
} }
} }
stage('Deploy') {
steps {
sh 'cp -r ./static/* /var/www/thp-docs/'
}
}
} }
} }