youtube image
From YouTube: How to Deploy Remix to the Edge — Production Ready!

Description

How to get your remix.run App to auto-deploy to Cloudflare Workers!

How to Test your App: https://docs.gitlab.com/ee/ci/testing/

Sample Project: https://gitlab.com/janis/gl-remix-cloudflare

Questions? Inaccuracies? Let me know: https://gitlab.com/janis/gl-remix-cloudflare/-/issues/new

Would you rather read this? Check my Blogpost: https://about.gitlab.com/blog/2022/11/21/deploy-remix-with-gitlab-and-cloudflare/

Chapters:
00:00 Intro
01:00 Create Remix app scaffolding
03:05 Create GitLab project
05:35 Set up Cloudflare and obtain an API token
09:23 Save API token in GitLab
11:18 Set up the deployment pipeline
18:10 Monitor your pipeline and find your Workers domain
19:20 Find your app in the Cloudflare dashboard
20:07 Watch the auto-deployment on commit
21:22 Set up a custom domain
24:50 (High level) How to add a test to the pipeline