fix: Jenkinsfile

This commit is contained in:
Araozu 2024-10-05 14:12:21 -05:00
parent 40a4729695
commit c3e75e40f3

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
}
stage('Deploy') {
steps {
sh 'mv dist/* /var/www/thp-lang.org/'
sh 'mv -f dist/* /var/www/thp-lang.org/'
}
}
}