Closed zanona closed 7 years ago
Hey guys, the previous version of netlify.toml has:
netlify.toml
[build] publish = 'dist/'
But netlifyctl now uses:
netlifyctl
[build] publish = 'dist/' [settings] path = 'dist/'
Perhaps we could streamline this to avoid redundancy and confusion?
https://github.com/netlify/netlifyctl/blob/e4a6a4d92824cf98e46ef22f26c7ab472b6d292d/commands/deploy/deploy.go#L104-L119
This is fixed in master now.
Hey guys, the previous version of
netlify.toml
has:But
netlifyctl
now uses:Perhaps we could streamline this to avoid redundancy and confusion?
https://github.com/netlify/netlifyctl/blob/e4a6a4d92824cf98e46ef22f26c7ab472b6d292d/commands/deploy/deploy.go#L104-L119