Skip to content

Instantly share code, notes, and snippets.

@brookslyrette
Created October 13, 2017 01:25
Show Gist options
  • Select an option

  • Save brookslyrette/ecd716a6cae0722546c6b5196c4cfab7 to your computer and use it in GitHub Desktop.

Select an option

Save brookslyrette/ecd716a6cae0722546c6b5196c4cfab7 to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
script:
- npm test
- npm run build
deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: build
on:
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment