We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490ccc0 commit 2a17dc5Copy full SHA for 2a17dc5
.circleci/config.yml
@@ -46,10 +46,14 @@ jobs:
46
steps:
47
- attach_workspace:
48
at: ~/react-forms
49
+ - run:
50
+ name: Install Firebase Tools
51
+ command: |
52
+ npm install --prefix=./firebase-deploy firebase-tools
53
- run:
54
name: Deploy docs to firebase
55
command: |
- echo "There will be firebase reploy"
56
+ ./firebase-deploy/node_modules/.bin/firebase deploy --token=$FIREBASE_TOKEN
57
58
59
workflows:
0 commit comments