Try passThroughEnv
This commit is contained in:
parent
25e3014882
commit
65e65e8de1
1 changed files with 10 additions and 0 deletions
|
|
@ -32,11 +32,21 @@
|
|||
},
|
||||
"deploy:staging": {
|
||||
"dependsOn": ["build:staging"],
|
||||
"passThroughEnv": [
|
||||
"CLOUDFLARE_ACCOUNT_ID",
|
||||
"CLOUDFLARE_API_TOKEN",
|
||||
"CUSTOM_BUILD_VAR"
|
||||
],
|
||||
"cache": false,
|
||||
"outputLogs": "new-only"
|
||||
},
|
||||
"deploy:prod": {
|
||||
"dependsOn": ["build:prod"],
|
||||
"passThroughEnv": [
|
||||
"CLOUDFLARE_ACCOUNT_ID",
|
||||
"CLOUDFLARE_API_TOKEN",
|
||||
"CUSTOM_BUILD_VAR"
|
||||
],
|
||||
"cache": false,
|
||||
"outputLogs": "new-only"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue