Skip to content

Commit 2a17dc5

Browse files
committed
Added firebase deploy CI step
1 parent 490ccc0 commit 2a17dc5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,14 @@ jobs:
4646
steps:
4747
- attach_workspace:
4848
at: ~/react-forms
49+
- run:
50+
name: Install Firebase Tools
51+
command: |
52+
npm install --prefix=./firebase-deploy firebase-tools
4953
- run:
5054
name: Deploy docs to firebase
5155
command: |
52-
echo "There will be firebase reploy"
56+
./firebase-deploy/node_modules/.bin/firebase deploy --token=$FIREBASE_TOKEN
5357
5458
5559
workflows:

0 commit comments

Comments
 (0)