Closed JimmyPaolini closed 3 years ago
Database and server deploys are working, but web deploy keeps getting stuck on some module relative import error (either typescript or webpack) during docker nextjs build
Fixed by changing the folder name "search" to "Search" (under "web/src/components"), I'm not sure why. I continued refactoring and the error stayed gone, but I'll reopen this if it appears in future deployments
Create a stable deployment pipeline using GitHub Actions. This pipeline should activate on new GitHub Releases, and should build the server & web docker images, tag them with the release number and push them to DockerHub, update the database with the latest backup, and deploy everything to Kubernetes (and invalidate the Cloudflare cache).