diff --git a/Jenkinsfile b/Jenkinsfile index d18aac8..b022f6b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } }