Skip to content

Instantly share code, notes, and snippets.

@gndx

gndx/travis.yml Secret

Created November 19, 2019 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save gndx/9bc5254715eb31b27d791b439a9320c2 to your computer and use it in GitHub Desktop.
Save gndx/9bc5254715eb31b27d791b439a9320c2 to your computer and use it in GitHub Desktop.
language: node_js
cache:
directories:
- ~/.npm
node_js:
- '12'
git:
depth: 3
script:
- yarn test
- yarn build
deploy:
provider: pages
edge: true
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
local-dir: dist/
target-branch: gh-pages
commit_message: "Deploy release ${TRAVIS_TAG}"
on:
branch: master
@Googluu
Copy link

Googluu commented May 9, 2022

Gracias, mi estimado Oscar 🧐

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