Skip to content

Instantly share code, notes, and snippets.

@Deborah-Digges
Created September 25, 2020 21:17
Show Gist options
  • Save Deborah-Digges/0d5c44e9824f90bd02d864c7308c15a2 to your computer and use it in GitHub Desktop.
Save Deborah-Digges/0d5c44e9824f90bd02d864c7308c15a2 to your computer and use it in GitHub Desktop.
Gatsby .travis.yml
language: node_js
before_script:
- npm install -g gatsby-cli
node_js:
- "10"
script: git config --global user.email $GH_EMAIL 2> /dev/null &&
git config --global user.name $GH_USERNAME 2> /dev/null &&
git remote set-url origin "https://${GH_USERNAME}:${GH_TOKEN}@github.com/deborah-digges/deborah-digges.github.io.git" 2> /dev/null &&
yarn install && yarn run deploy 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment