Skip to content

Commit 913faf7

Browse files
committed
Skiped double firebase deploy build
1 parent 529571c commit 913faf7

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
@@ -53,6 +53,10 @@ jobs:
5353
when: on_fail
5454
name: Uploading predeploy failure artifact to assist with debugging
5555
path: /home/circleci/.npm/_logs/*.log
56+
- persist_to_workspace:
57+
root: ~/react-forms
58+
paths:
59+
- "*"
5660
deploy:
5761
working_directory: ~/react-forms
5862
docker:
@@ -67,7 +71,7 @@ jobs:
6771
- run:
6872
name: Deploy demo
6973
command: |
70-
yarn --cwd packages/react-renderer-demo/ deploy --token=$FIREBASE_TOKEN
74+
~/react-forms/firebase-deploy/node_modules/.bin/firebase deploy --token=$FIREBASE_TOKEN
7175
- save_cache:
7276
key: dependency-cache-{{ checksum "yarn.lock" }}
7377
paths:

0 commit comments

Comments
 (0)