Deploy to production
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:56:19 +01:00
parent ce677da1d9
commit 8b86334af9

2
Jenkinsfile vendored
View File

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