Hello Netlify Community,
I am new to Netlify and can’t seem to find any similar problems in the previous community posts.
I’m having an issue whereby whenever I deploy a new project to Netlify, it is overwriting the last one that I deployed. I have found that a solution is to run netlify unlink
before every new netlify init
I do but wondered if there’s a way I can get around having to do this, as I didn’t have to do this with my first couple of projects a few weeks ago.
I have tried running netlify unlink
at various levels of my file structure to see if I had accidentally linked to netlify higher up in my files but that didn’t seem to be the case.
I have uninstalled and then reinstalled netlify-cli
which hasn’t helped either.
An example is https://alexpeirson-portfolio.netlify.app/ which was originally a portfolio but got overwritten by a demo art site I tried to upload.
Any help would be greatly appreciated and apologies if I’ve missed out any required details.