File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 29
29
release :
30
30
working_directory : ~/react-forms
31
31
docker :
32
- - image : circleci/node
32
+ - image : circleci/node:10
33
33
steps :
34
34
- attach_workspace :
35
35
at : ~/react-forms
@@ -41,22 +41,18 @@ jobs:
41
41
deploy :
42
42
working_directory : ~/react-forms
43
43
docker :
44
- - image : circleci/node
44
+ - image : circleci/node:10
45
45
steps :
46
46
- attach_workspace :
47
47
at : ~/react-forms
48
48
- run :
49
49
name : Install Firebase Tools
50
50
command : |
51
51
npm install --prefix=./firebase-deploy firebase-tools
52
- - run :
53
- name : Move to demo
54
- command : |
55
- cd packages/react-renderer-demo
56
52
- run :
57
53
name : Deploy demo
58
54
command : |
59
- yarn deploy --token=$FIREBASE_TOKEN
55
+ yarn --cwd packages/react-renderer-demo/ deploy --token=$FIREBASE_TOKEN
60
56
61
57
workflows :
62
58
version : 2
You can’t perform that action at this time.
0 commit comments