Coder Social home page Coder Social logo

Comments (1)

Girish21 avatar Girish21 commented on May 19, 2024

Hey @niklasgrewe! 👋

What is a good and scalable way to integrate images into this stack

Cloudflare Images is an excellent alternative to Cloudinary (which I heard is a bit pricey), or you can host an Image solution inside your Remix app using this great community package remix-image. I don't think it would be ideal for including an Image solution into this stack since it's meant to be a bare minimum to get started with.

is it correct that a new deployment is started every time I add a new blog post

The action will start to determine what has changed. If only the files inside the content directory have changed, the deployment will stop after the first step, and else the app will be built and deployed. I tried it just now and it works https://github.com/Girish21/test-speed-metal/actions/runs/2250719074

and one thing I don't really understand yet... when I create a new post via npm run new:blog, edit it and then run git push, the github actions are started and the page is still built and deployed to fly. However, when I then go to https://{myApp}/blog, I don't see the new post in the list. But I can access it via https://{myApp}/blog/hello-world. Why is this and how can I change this?

That should not be the case, can you check the action logs? I just tried it, and it seems to be working https://github.com/Girish21/test-speed-metal/runs/6241443128?check_suite_focus=true. Can you check if your actions are running without any errors?

from speed-metal-stack.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.