What are my publishing options?

Hello - leanring, so go easy on me if I ask something stupid 🙂 ... to publish via Page it looks like I have 3 options: 1 - Drag and drop (limited to 1000 files) 2 - Wrangler (allows more files so preferred option but I have no clue how to set it up and use) 3 - Connect to Github Repo (again think there are storage/file limits with this on Githubs side) Have I any other options? - I'm familiar with Filezilla from a few years back, any way to replicate what wrangler offers (up to 20,000 files) but via something like SFTP? Thanks!
2 Replies
Walshy
Walshy•21h ago
You won't hit any limits with GitHub unless you plan to upload TBs of content But Wrangler is best bet, setup and use is:
npm i --save-dev wrangler
npx wrangler pages deploy <dir>
npm i --save-dev wrangler
npx wrangler pages deploy <dir>
but no, there's no SFTP, this isn't just uploading to a single machine somewhere
arcorun
arcorunOP•20h ago
Ok thanks - going to give Wrangler another go and see if I can figure it out!

Did you find this page helpful?