Deploy Static Sites to Cloudflare for Free

Sdílet
Vložit
  • čas přidán 17. 12. 2023
  • In this video I walk through the steps of deploying a static Astro site to Cloudflare for free using github.
    Astro document on Cloudflare deployment: docs.astro.build/en/guides/de...
  • Věda a technologie

Komentáře • 9

  • @maykbrito
    @maykbrito Před 6 měsíci +1

    Awesome! Tks❤

  • @gribiasfppc
    @gribiasfppc Před 2 měsíci +1

    Very good! thanks a lot

  • @steeldragon-8
    @steeldragon-8 Před 6 měsíci +1

    Excelente información, muchas gracias por enseñar como hacerlo...

  • @marcosscriven
    @marcosscriven Před 2 měsíci +1

    Where do you put your images? If you check them into got itself that quickly becomes unscalable.

    • @shadowstack
      @shadowstack  Před 2 měsíci

      Great question, deploying from git to cloudflare's workers and pages will automatically deploy assets to cloudflare's excellent CDN service. Any updates to the repo will trigger a redeploy but assets will always be hosted on cloudflare's CDN by default

  • @watchbro3319
    @watchbro3319 Před 6 měsíci

    For a beginner making a saas dashboard admin would you recommend nextjs or astro

    • @shadowstack
      @shadowstack  Před 6 měsíci

      Great idea, I'll try and make time to do this

  • @berndeveloper
    @berndeveloper Před 6 měsíci +1

    Is there any way to deploy a Nextjs13 with server components in Cloudflare?, There's no good documentation about that, no videos on YT too, only for static apps. Please, Help!

    • @shadowstack
      @shadowstack  Před 6 měsíci +1

      I'm not a huge nextjs guy but I'll try my best to look into it