fix: jenkins

This commit is contained in:
Araozu 2024-10-05 14:13:43 -05:00
parent c3e75e40f3
commit 358fc92596

1
Jenkinsfile vendored
View File

@ -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/'
}
}