Fix build
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
				
			|||||||
version: 2
 | 
					version: 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
        docker:
 | 
					        docker:
 | 
				
			||||||
@@ -30,13 +31,13 @@ jobs:
 | 
				
			|||||||
                name: Deploy
 | 
					                name: Deploy
 | 
				
			||||||
                command: yarn firebase deploy --token "${FIREBASE_TOKEN} --only hosting"
 | 
					                command: yarn firebase deploy --token "${FIREBASE_TOKEN} --only hosting"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    deploy:
 | 
					    deploy_functions:
 | 
				
			||||||
        docker:
 | 
					        docker:
 | 
				
			||||||
            - image: circleci/node:10.4-browsers
 | 
					            - image: circleci/node:10.4-browsers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        working_directory: ~/repo/functions
 | 
					        working_directory: ~/repo/functions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        stesp:
 | 
					        steps:
 | 
				
			||||||
            - checkout
 | 
					            - checkout
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
            - restore_cache:
 | 
					            - restore_cache:
 | 
				
			||||||
@@ -58,6 +59,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
workflows:
 | 
					workflows:
 | 
				
			||||||
    version: 2
 | 
					    version: 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    build_and_deply:
 | 
					    build_and_deply:
 | 
				
			||||||
        jobs:
 | 
					        jobs:
 | 
				
			||||||
            - build
 | 
					            - build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user