Compare commits
3 Commits
a638bada74
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 96e07e6927 | |||
| 22852f56be | |||
| 27369baac6 |
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -3,6 +3,7 @@ pipeline {
|
||||
|
||||
environment {
|
||||
CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN')
|
||||
CF_ACCOUNT_ID = credentials('CF_ACCOUNT_ID')
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
name = "web-home"
|
||||
compatibility_date = "2024-01-01"
|
||||
pages_build_output_dir = "docs/.vitepress/dist"
|
||||
|
||||
[[r2_buckets]]
|
||||
binding = "R2_BUCKET"
|
||||
bucket_name = "wufangzhen"
|
||||
|
||||
Reference in New Issue
Block a user