GitLab CI and Distributed Builds
How to publish a Remix app to the edge with GitLab and Cloudflare

How to publish a Remix app to the edge with GitLab and Cloudflare

11/21/2022 · Janis Altherr

What this post added

This post details how to deploy a Remix application to Cloudflare Workers using GitLab CI/CD. It covers creating a Remix app configured for Cloudflare Workers, setting up a GitLab project, obtaining and configuring a Cloudflare API token as a CI/CD variable in GitLab, and creating a `.gitlab-ci.yml` file to automate the build and deployment process. It also explains how to use a custom domain with Cloudflare Workers.

Read the original post ↗