diff --git a/Jenkinsfile b/Jenkinsfile index 9e7fd07..d18aac8 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' + sh 'npx wrangler pages deploy . --project-name $PROJECT_NAME --branch production' } } }