Skip to content

Instantly share code, notes, and snippets.

@huchenme
Created April 18, 2018 09:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huchenme/fc3afa589cd64d6cdedad92fb7d70851 to your computer and use it in GitHub Desktop.
Save huchenme/fc3afa589cd64d6cdedad92fb7d70851 to your computer and use it in GitHub Desktop.
Travis config for Gatsby automatically deployment
language: node_js
cache:
directories:
- ~/.npm
notifications:
email:
recipients:
- chen@huchen.me
on_success: always
on_failure: always
node_js:
- '9'
git:
depth: 3
script:
- yarn build
deploy:
provider: pages
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
local-dir: public
target-branch: master
on:
branch: develop
@huchenme
Copy link
Author

huchenme commented Jul 6, 2019

Underscore is invalid in your error message

@MoatazAbdAlmageed
Copy link

Underscore is invalid in your error message

Thanks I deleted my question when build success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment