🚀 Feature Request: "atomic" wrangler pages deployment #13528
DmitryMigunov
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the solution
We currently use
wrangler pages deploy ./assets '--project-name=...'to deploy our site to the CloudFlare Pages. But, if we delete the file from theassetsdirectory locally and try to redeploy it, it is not deleted from the Pages.For example:
after deployment,
test.txtandindex.htmlare accessible from CloudFlare pages,then we delete
test.txtAfter deploying the
assetsdirectory, the filetest.txtis still accessible from the CloudFlare Pages.Beta Was this translation helpful? Give feedback.
All reactions