- Backup current Netlify site settings (screenshot or export)
- Note current repository URL
- Verify Netlify site is working correctly
- Go to repository → Settings → Danger Zone
- Click "Transfer ownership"
- Enter new owner:
VaultoAI - Confirm transfer
- Go to Netlify Dashboard → Your Site
- Site settings → Build & deploy → Continuous Deployment
- Click "Link to a different repository"
- Select repository from VaultoAI organization
- OR manually update repository URL to
github.com/VaultoAI/repo-name
- Trigger a test deployment (make a small commit)
- Verify build succeeds in Netlify
- Check production site is still accessible
- Verify environment variables are intact
- Check custom domain still works (if applicable)
- Update README.md with new repository URL
- Update any other documentation references
If you need to update local git remotes:
# Update remote URL to new organization
git remote set-url origin https://github.com/VaultoAI/repo-name.git
# Verify
git remote -v✅ Safe: Transferring repositories does NOT break Netlify
✅ Automatic: GitHub redirects old URLs automatically
- Netlify can't access repository → Grant organization access in Netlify settings
- Build fails → Check environment variables are still set
- Site down → Verify domain settings in Netlify (usually not affected)