Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Created December 9, 2017 15:24
Show Gist options
  • Save ziginsider/2045d741f96981b1b1fb3c3fe776c5dc to your computer and use it in GitHub Desktop.
Save ziginsider/2045d741f96981b1b1fb3c3fe776c5dc to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "7.0"
script:
- echo "Deploying!"
install:
- npm install -g firebase-tools
after_success:
- firebase deploy --project your_project_id --token $FIREBASE_TOKEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment