Skip to content

Instantly share code, notes, and snippets.

@kcmr
Created January 9, 2019 01:25
Show Gist options
  • Save kcmr/5a117f878585408768ee1767974fbeb7 to your computer and use it in GitHub Desktop.
Save kcmr/5a117f878585408768ee1767974fbeb7 to your computer and use it in GitHub Desktop.
CI/CD con Travis en Github (Medium post)
language: node_js
node_js: "8"
cache: npm
script: npm run build -- -prod
deploy:
provider: pages
skip_cleanup: true
github-token: $GITHUB_TOKEN
local-dir: dist
verbose: true
on:
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment