switch to a new token
ad pylint to dev shell
Do not generate spurious version
A script to deploy a whole directory to Netlify using their incremental deploy API.
Commandline usage:
NETLIFY_TOKEN
environment variable to your tokennetlify_deployer.py branch_name netlify_site_id directory_to_deploy
The branch name is being used to determine if the deployment is a preview one branch_name != 'master'
or should the site be published - (when on master
) - see this issue for a starting point to make it more explicit.
PRs welcome - please see the list of issues for the things to pick up.