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 529571c commit 913faf7Copy full SHA for 913faf7
.circleci/config.yml
@@ -53,6 +53,10 @@ jobs:
53
when: on_fail
54
name: Uploading predeploy failure artifact to assist with debugging
55
path: /home/circleci/.npm/_logs/*.log
56
+ - persist_to_workspace:
57
+ root: ~/react-forms
58
+ paths:
59
+ - "*"
60
deploy:
61
working_directory: ~/react-forms
62
docker:
@@ -67,7 +71,7 @@ jobs:
67
71
- run:
68
72
name: Deploy demo
69
73
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
75
- save_cache:
76
key: dependency-cache-{{ checksum "yarn.lock" }}
77
paths:
0 commit comments