CLI deploy not working

Hi,
my deploy pipeline using the cli tool is not working anymore.
Here’s some logging info:

$ netlify status --auth $NETLIFY_AUTH_TOKEN
──────────────────────┐
 Current Netlify User │
──────────────────────┘
Email: ***@***.com
────────────────────┐
 Netlify Project Info  │
────────────────────┘
Admin URL:   undefined
Project URL: undefined
Project Id:  ***
$ netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_AUTH_TOKEN --dir /app/build/web --prod
​
Netlify Build                                                 
────────────────────────────────────────────────────────────────
​
❯ Version
  @netlify/build 33.5.0
​
❯ Flags
  {}
​
Configuration error                                           
────────────────────────────────────────────────────────────────
​
  Error message
  Failed retrieving site data for site ***: Not Found. Double-check your login status with 'netlify status' or contact support with details of your error.
​

Anything i can do to fix?

Have you double checked your login using netlify status as recommended?

Yes and the result is already on first post, just before the deploy command.