Created
December 9, 2017 15:24
-
-
Save ziginsider/2045d741f96981b1b1fb3c3fe776c5dc to your computer and use it in GitHub Desktop.
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 | |
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