fix: jenkins
This commit is contained in:
parent
c3e75e40f3
commit
358fc92596
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -22,6 +22,7 @@ pipeline {
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'rm -rf /var/www/thp-lang.org/*'
|
||||
sh 'mv -f dist/* /var/www/thp-lang.org/'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user