How can I update code that's been uploaded via Netlify Drop without using GitHub

Sure, you can use the CLI or the browser :upside_down_face:

First, you have to “claim” the site - but you knew that since otherwise your sites would have gotten disabled after 36 hours or so.
Then, you could use the CLI to link to the site and update it from a local copy: Get started with Netlify CLI | Netlify Docs (note that all deploys must contain all files for the new version of the site - updated and files that need to be live but weren’t changed!)

Or, you can drag and drop a zipfile on the “deploys listing” page for your site, at the bottom in the dotted lines: Create deploys | Netlify Docs

Here’s some best practices for updating with drag and drop (best practice: use CLI!, otherwise…)

1 Like