Hacker News new | ask | show | jobs
by zapita 1669 days ago
Is there a way to push content directly to Pages instead of having it pull from Github or Gitlab? Many teams have their own deployment tooling with pre-existing git integrations, and would rather add a Pages target to that. For example Netlify lets you bypass their github pull feature. Does Cloudflare?
3 comments

Yep this one is important to me too.

I really dislike the GitHub integration approach, but I get that it makes it simpler for some use cases.

I'm interested in non-git deployment as well. For an image-heavy site, I would really prefer to avoid having to store static assets in GitHub so that I don't have to deal with git LFS. It would be nice if their CLI tool could support directly deploying a Pages application.
Right now, you can only create a project through GitHub/GitLab. However, being able to upload your pre-built assets directly to Pages is something we are working on now! Listen out for updates!
Thanks. This makes Pages a non-starter for me. I look forward to trying it with direct upload!