Skip to content

Instantly share code, notes, and snippets.

@devillecodes
Created October 30, 2016 06:48
Show Gist options
  • Save devillecodes/946803c9b292fe0c1693c85b26f78578 to your computer and use it in GitHub Desktop.
Save devillecodes/946803c9b292fe0c1693c85b26f78578 to your computer and use it in GitHub Desktop.
yarn with wercker - deploy step
deploy:
steps:
- script:
name: install firebase-tools
code: npm install -g firebase-tools
- devillex/firebase-deploy@1.0.2:
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