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 9e2d150 commit 55471baCopy full SHA for 55471ba
.circleci/config.yml
@@ -50,10 +50,13 @@ jobs:
50
command: |
51
npm install --prefix=./firebase-deploy firebase-tools
52
- run:
53
- name: Deploy docs to firebase
+ name: Move to demo
54
55
- ./firebase-deploy/node_modules/.bin/firebase deploy --token=$FIREBASE_TOKEN
56
-
+ cd packages/react-renderer-demo
+ - run:
57
+ name: Deploy demo
58
+ command: |
59
+ yarn deploy --token=$FIREBASE_TOKEN
60
61
workflows:
62
version: 2
packages/react-renderer-demo/.firebaserc
@@ -1,5 +1,5 @@
1
{
2
"projects": {
3
- "default": "pokus-next"
+ "default": "data-driven-forms"
4
}
5
0 commit comments