Fixed Jenkinsfile
All checks were successful
tombutcher.work/tombutcher-web/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2025-04-07 00:11:59 +01:00
parent f8557553f9
commit c39a8f9614

6
Jenkinsfile vendored
View File

@ -25,12 +25,6 @@ pipeline {
}
}
stage('Build') {
steps {
sh 'npm run build' // Build the project
}
}
stage('Deploy to Cloudflare Pages') {
steps {
sh 'npx wrangler deploy'