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 2929 release :
3030 working_directory : ~/react-forms
3131 docker :
32- - image : circleci/node
32+ - image : circleci/node:10
3333 steps :
3434 - attach_workspace :
3535 at : ~/react-forms
@@ -41,22 +41,18 @@ jobs:
4141 deploy :
4242 working_directory : ~/react-forms
4343 docker :
44- - image : circleci/node
44+ - image : circleci/node:10
4545 steps :
4646 - attach_workspace :
4747 at : ~/react-forms
4848 - run :
4949 name : Install Firebase Tools
5050 command : |
5151 npm install --prefix=./firebase-deploy firebase-tools
52- - run :
53- name : Move to demo
54- command : |
55- cd packages/react-renderer-demo
5652 - run :
5753 name : Deploy demo
5854 command : |
59- yarn deploy --token=$FIREBASE_TOKEN
55+ yarn --cwd packages/react-renderer-demo/ deploy --token=$FIREBASE_TOKEN
6056
6157workflows :
6258 version : 2
You can’t perform that action at this time.
0 commit comments