Skip to content

Commit 55471ba

Browse files
committed
Deploy nextJs demo to firebase
1 parent 9e2d150 commit 55471ba

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ jobs:
5050
command: |
5151
npm install --prefix=./firebase-deploy firebase-tools
5252
- run:
53-
name: Deploy docs to firebase
53+
name: Move to demo
5454
command: |
55-
./firebase-deploy/node_modules/.bin/firebase deploy --token=$FIREBASE_TOKEN
56-
55+
cd packages/react-renderer-demo
56+
- run:
57+
name: Deploy demo
58+
command: |
59+
yarn deploy --token=$FIREBASE_TOKEN
5760
5861
workflows:
5962
version: 2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projects": {
3-
"default": "pokus-next"
3+
"default": "data-driven-forms"
44
}
55
}

0 commit comments

Comments
 (0)