Matthew Lyon
CDCloudflare Developers
•Created by psm on 5/28/2023 in #pages-help
How to handle private assets with Cloudflare Pages & GitHub?
I found a solution, with a deploy key on the private repo: https://community.cloudflare.com/t/not-possible-to-use-pages-if-project-using-ssh-git-deps/475557
5 replies
CDCloudflare Developers
•Created by psm on 5/28/2023 in #pages-help
How to handle private assets with Cloudflare Pages & GitHub?
I'm looking into the same thing; I currently have the fonts I'm using and other assets I don't want distributed in a separate private repo decarled as a dependency via
git+ssh
and this has worked for deploying from a manual build, but I'd like to have Pages handle this for me if possible. The problem is that there doesn't seem to be a way to use a deploy key to enable the build process to access that private repo referenced in my build process5 replies