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

🙌 Netlify deployments via GitHub actions

Results 4 action-netlify-deploy issues
Sort by recently updated
recently updated
newest added

## Description Write a brief description of the changes introduced by this pull request. ### Related Issues Link to the issue that is fixed by this PR (if there is...

@Hebilicious, you don't have issues open on your repo, but seems like you made some great improvements to the action (awesome job!) Feel free to propose a PR back here...

enhancement

Looks like the Netlify team have [removed `deploy` from the `netlify/js-client`](https://github.com/netlify/js-client/issues/157) package and [put it into their `netlify/cli`](https://github.com/netlify/cli/pull/1244) which doesn't appear at a glance to be usable programically. * Can...

Finally got around to making a replacement action for this one: [`South-Paw/action-netlify-cli`](https://github.com/South-Paw/action-netlify-cli) - 🏎 It's super speedy (~30 second deployments) - Utilizes `netlify-cli` under the hood (so #21 isn't an...