jenkins
This commit is contained in:
parent
855a12e6c5
commit
8a91716ee9
@ -27,5 +27,10 @@ pipeline {
|
||||
sh 'md-docs'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'cp -r ./static/* /var/www/thp-docs/'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user