Young Devs Bin
๐Ÿ“ Today I Learned

Blog Setup + CI/CD with GitHub Actions

ยท1 min readยท#ci-cd#github-actions#nextjs#deployment
  • Shared hosting didn't have enough memory to build Next.js โ€” kept crashing
  • Fix: run the build on GitHub Actions, then push only the finished files to the server
  • Now I just push to main and it deploys automatically