Skip to content

Instantly share code, notes, and snippets.

@hahn

hahn/.travis.yml Secret

Created April 4, 2017 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hahn/06054f596254168f28d6cd930289407d to your computer and use it in GitHub Desktop.
Save hahn/06054f596254168f28d6cd930289407d to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "7.8.0"
script:
- echo "Deploying Process"
install:
- npm install -g firebase-tools
- cd functions
- npm install
after_success:
- firebase deploy --token "$FIREBASE_TOKEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment