Remix SSR build on Github Actions

I moved my builds to github actions for caching. The project is a monorepo with multiple remix packages, two are in SPA mode, and deploy fine, since there is no build/server. One of the packages is in SSR mode, and returns a 404 since the functions directory is not built into a worker by the remix vite:build command, understandably. I'm struggling to get this deployment working, could someone direct me to some docs? I found a hidden "wrangler pages functions build" command which does compile the functions directory into a worker, but I'm not sure what the exact steps are to get it up and running on pages
2 Replies
wahab
wahabOP3d ago
@Erisa apologies for tagging like this, but do you think you'd be able to help with this?
Erisa
Erisa2d ago
I have no idea and don't know why I'm being pinged here

Did you find this page helpful?