action-netlify-deploy icon indicating copy to clipboard operation
action-netlify-deploy copied to clipboard

`deploy` has been removed from `netlify/[email protected]`

Open South-Paw opened this issue 4 years ago • 0 comments

Looks like the Netlify team have removed deploy from the netlify/js-client package and put it into their netlify/cli which doesn't appear at a glance to be usable programically.

  • Can netlify/cli be imported and its internal deploy method called in the action?
    • Probably will blow the size of the action out way bigger than it needs to be
  • Should the deploy functionality be re-implemented into this action?
    • Would be a pain to keep in sync with other packages
  • Should a new package be created that re-implements the deploy function via wrapping the netlify/js-client somehow

South-Paw avatar Jun 14 '21 06:06 South-Paw