Adding a verification file to .well-known directory

Hello,

I’m following some instructions and have got a verification file (txt file) and have the following step:

—Start
Upload the verification file to the ‘.well-known’ folder on your domain (create the folder if you don’t have one).

  • Do not change the file name or file content.
    —End

Please advise on how I can go about doing this via Netlify? Can’t seem to find it via the console.

If you need any further information let me know

Thanks in advance!

You’d have to deploy it along with your other files. You can’t “add” a file to an existing deploy - you send the whole deploy including the new file.