Skip to content

Instantly share code, notes, and snippets.

@apotox
Created December 25, 2019 13:36
Show Gist options
  • Save apotox/9a42fcc2c7eeaada930f02a2fc915992 to your computer and use it in GitHub Desktop.
Save apotox/9a42fcc2c7eeaada930f02a2fc915992 to your computer and use it in GitHub Desktop.
travis deploy to firebase hosting
language: node_js
node_js:
- node
cache:
directories:
- node_modules
script:
- yarn install
- yarn test
- yarn build
deploy:
provider: firebase
skip-cleanup: true
token:
secure: "<FIRBASE ENCRYPTED TOKEN>"
message: "from TRAVIS CI"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment