From 546e905bc00c0c1195b2db6537579fe7a296f920 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 6 Apr 2025 22:48:35 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a218d87..7ff2f2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,9 +36,7 @@ pipeline { sh ''' wrangler pages deploy ./build \ --project-name $PROJECT_NAME \ - --branch main \ - --account-id $CLOUDFLARE_ACCOUNT_ID \ - --api-token $CLOUDFLARE_API_TOKEN + --branch main ''' } }