Created
October 30, 2016 06:48
-
-
Save devilleweppenaar/946803c9b292fe0c1693c85b26f78578 to your computer and use it in GitHub Desktop.
yarn with wercker - deploy step
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
deploy: | |
steps: | |
- script: | |
name: install firebase-tools | |
code: npm install -g firebase-tools | |
- devillex/[email protected]: | |
project: $FIREBASE_PROJECT_NAME | |
token: $FIREBASE_TOKEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment