We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ab09e commit fd96d1bCopy full SHA for fd96d1b
1 file changed
worker/deploy-site.ts
@@ -154,8 +154,7 @@ async function uploadSiteFiles(): Promise<number> {
154
exec(
155
`wrangler r2 object put ${escapeShellArg(CONFIG.bucketName + '/' + key)} ` +
156
`--file=${escapeShellArg(file)} ` +
157
- `--content-type=${escapeShellArg(contentType)} ` +
158
- `--remote`,
+ `--content-type=${escapeShellArg(contentType)}`,
159
`upload ${key}`
160
);
161
uploadedCount++;
0 commit comments