Monday 26 February 2018

What CI/CD is right for me?

I am using Razzle, so my usual deploy process is(from the server)git pullnpm run build (webpack build)pm2 start mynodeserver.jsthe problem is that when I do this, there is a period where webpack is compiling and building and my site is effectively "broken" during this process where assets fail to load and things break on the front-end.It's only for a minute or so, but It's still a big problem for my users. especially with no warning.Which tool will handle this for me?I care more that there is no "downtime" than anything else.

Submitted February 26, 2018 at 06:15AM by paOol

No comments:

Post a Comment