From f8259d9b91bf62aec541e0fbd5cb1eb120f387e5 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 6 Apr 2025 23:59:25 +0100 Subject: [PATCH] Fixed branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } }