diff --git a/Jenkinsfile b/Jenkinsfile index 89911f5..f0f45d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } stage('Buid') { steps { - sh 'pnpm build' + sh 'THP_BINARY=/var/bin/thp pnpm build' } } stage('Deploy') {