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