Removed logging information
This commit is contained in:
		@@ -41,8 +41,6 @@ jobs:
 | 
			
		||||
            - store_artifacts:
 | 
			
		||||
                path: public
 | 
			
		||||
 | 
			
		||||
            - run: pwd
 | 
			
		||||
 | 
			
		||||
    deploy:
 | 
			
		||||
        docker:
 | 
			
		||||
            - image: circleci/node:10.4-browsers
 | 
			
		||||
@@ -55,10 +53,6 @@ jobs:
 | 
			
		||||
            - attach_workspace:
 | 
			
		||||
                at: ./
 | 
			
		||||
 | 
			
		||||
            - run: ls
 | 
			
		||||
 | 
			
		||||
            - run: pwd
 | 
			
		||||
 | 
			
		||||
            - run:
 | 
			
		||||
                name: Deploy
 | 
			
		||||
                command: yarn firebase deploy --token "${FIREBASE_TOKEN}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user