You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a bit sick of the netlify/actions/cli consuming an extra 30-50s of runner time on GitHub actions due to it using a Docker layer and requiring that to be built on every run - which by my estimate was resulting in an average deploy time of ~1m 30s when it was used in a workflow.
I made South-Paw/action-netlify-cli a few months back and just figured I should probably share it here too so others can find it and save themselves some runner minutes as well. It usually takes about 30 seconds to run and doesn't have a Docker layer 👍
I've also tried to improve the documentation in the README and ensure the action outputs are consistent and expected.
I hope that by sharing this here, other developers who were looking for an alternative are able to find it 😄
The text was updated successfully, but these errors were encountered:
South-Paw
changed the title
Updated CLI action for everyone
🎉 Updated CLI action for everyone
Feb 9, 2023
👋
I got a bit sick of the
netlify/actions/cli
consuming an extra 30-50s of runner time on GitHub actions due to it using a Docker layer and requiring that to be built on every run - which by my estimate was resulting in an average deploy time of ~1m 30s when it was used in a workflow.I made
South-Paw/action-netlify-cli
a few months back and just figured I should probably share it here too so others can find it and save themselves some runner minutes as well. It usually takes about 30 seconds to run and doesn't have a Docker layer 👍I've also tried to improve the documentation in the README and ensure the action outputs are consistent and expected.
I hope that by sharing this here, other developers who were looking for an alternative are able to find it 😄
The text was updated successfully, but these errors were encountered: