Rename a GitHub Repo with a Linked Netlify Project
So what needs to be done before you do that ⤴?
- stop all builds
- disable auto deploys on Netlify
- rename the repo on GitHub
- relink the repo on Netlify (should trigger a build)
- your environment variables might be gone - set them again
!Bonus Tip: Don’t set NODE_ENV
on netlify.toml
. Or your devDepndencies
wont be installed. (:facepalm:)