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 '''
wrangler pages deploy ./build \
--project-name $PROJECT_NAME \
--branch main \
--account-id $CLOUDFLARE_ACCOUNT_ID \
--api-token $CLOUDFLARE_API_TOKEN
--branch main
'''
}
}