Hi,
We try to have our own CI/CD. We want to deploy the website using netlify CLI. The results of auto deploy after connecting to Github and CLI differ. Attached logs and deploys urls
A. Auto deploy via Github connect
B. Deploy via CLI
- Log: netlify-build-deploy.log · GitHub
- https://i.imgur.com/10Ltqcb.png
- Netlfiy.toml
# netlify.toml
[build]
command = "npm run build"
publish = ".next"
[build.environment]
NODE_VERSION = "18"
How can I fix this issue?