Created
September 25, 2020 21:17
-
-
Save Deborah-Digges/0d5c44e9824f90bd02d864c7308c15a2 to your computer and use it in GitHub Desktop.
Gatsby .travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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