Meteor Deploy via MUP unable to load settings.json

hello everyone,

I follow the steps to deploying a basic meteor app to digital ocean via the meteor up instructions, but when i go back to the root folder of the project and send the command meteor mup deploy, i get the following error:

Unable to load settings.json at /Users/myName/Desktop/code/myApp/myApp/settings.json

Can someone tell me whats going on? I am completely lost here. in the settings.json file i only have the following

{
  "public": {

  }
}

For anyone who runs into this error. I put the mup.js and settings.json files in the root directory of the meteor project and this resolved the issue.

I had previously put them in a folder in the root directory of the meteor project but it doesn’t like being in a folder i guess.