@rsms @rafahari @sdw @pasql @MediumDesign @halidecamera @github @Cloudflare @Netlify # via the CLI:
$ npm i netlify-cli -g
$ netlify deploy
$ netlify update -n my-site -d http://www.mydomain.com
# prefer git?
# deploy to the CDN
$ git push
# deploy a feature branch build too
$ git branch my-feature-branch
$ git checkout my-feature-branch
$ git push