From 8b86334af9168834601511b28b0df038a41848e4 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 6 Apr 2025 23:56:19 +0100 Subject: [PATCH] Deploy to production --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } }