This commit is contained in:
		
							parent
							
								
									11e0d73c75
								
							
						
					
					
						commit
						6028519bb8
					
				@ -5,9 +5,6 @@ name: makeit-graffiti
 | 
				
			|||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: 'build'
 | 
					  - name: 'build'
 | 
				
			||||||
    image: node:12
 | 
					    image: node:12
 | 
				
			||||||
    volumes:
 | 
					 | 
				
			||||||
      - name: node_modules_cache
 | 
					 | 
				
			||||||
        path: /drone/src/node_modules
 | 
					 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - node -v
 | 
					      - node -v
 | 
				
			||||||
      - npm -v
 | 
					      - npm -v
 | 
				
			||||||
@ -47,8 +44,3 @@ steps:
 | 
				
			|||||||
        - mv ./dist/* ./
 | 
					        - mv ./dist/* ./
 | 
				
			||||||
        - rm -rf dist
 | 
					        - rm -rf dist
 | 
				
			||||||
        - echo '====== deploy success ======'
 | 
					        - echo '====== deploy success ======'
 | 
				
			||||||
 | 
					 | 
				
			||||||
volumes:
 | 
					 | 
				
			||||||
  - name: node_modules_cache
 | 
					 | 
				
			||||||
    host:
 | 
					 | 
				
			||||||
      path: /makeit/web/drone/node_modules
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user