Update Jenkinsfile

This commit is contained in:
Tom Butcher 2025-04-06 22:48:35 +01:00
parent 3a2e47af42
commit 546e905bc0

4
Jenkinsfile vendored
View File

@ -36,9 +36,7 @@ pipeline {
sh ''' sh '''
wrangler pages deploy ./build \ wrangler pages deploy ./build \
--project-name $PROJECT_NAME \ --project-name $PROJECT_NAME \
--branch main \ --branch main
--account-id $CLOUDFLARE_ACCOUNT_ID \
--api-token $CLOUDFLARE_API_TOKEN
''' '''
} }
} }