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

This commit is contained in:
Tom Butcher 2025-04-06 23:59:25 +01:00
parent 8b86334af9
commit f8259d9b91

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
stage('Deploy to Cloudflare Pages') {
steps {
sh 'npx wrangler pages deploy . --project-name $PROJECT_NAME --branch production'
sh 'npx wrangler pages deploy . --project-name $PROJECT_NAME --branch main'
}
}
}