We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08af686 commit 5f2ed40Copy full SHA for 5f2ed40
worker/deploy-site.ts
@@ -68,7 +68,8 @@ async function main() {
68
exec(
69
`wrangler r2 object put ${escapeShellArg(CONFIG.bucketName + '/' + key)} ` +
70
`--file=${escapeShellArg(file)} ` +
71
- `--content-type=${escapeShellArg(contentType)}`
+ `--content-type=${escapeShellArg(contentType)} ` +
72
+ `--remote`
73
)
74
}
75
log(`Uploaded ${files.length} files`)
0 commit comments