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?