Skip to content

Instantly share code, notes, and snippets.

@badboy
Created June 22, 2018 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badboy/7a08e26eac5274e0d55e65fe8a66354e to your computer and use it in GitHub Desktop.
Save badboy/7a08e26eac5274e0d55e65fe8a66354e 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