- Have a production Netlify site that has "Deploy only the production branch and its deploy previews." enabled
- Setup a Personal Access Token here: https://app.netlify.com/account/applications
- Lock the deploys - Under Deploys, click "Stop auto publishing" - more info here: https://www.netlify.com/docs/locked-deploys/
- Have jq available -
npm install node-jq
- https://stedolan.github.io/jq/ - Have some tests! https://github.com/gjtorikian/html-proofer works great for this
====