fix(cicd): add misisng host volume section & fix container path
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									20dd39e9fe
								
							
						
					
					
						commit
						5fd139a5c2
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,13 +2,17 @@ kind: pipeline
 | 
				
			||||||
type: docker
 | 
					type: docker
 | 
				
			||||||
name: default
 | 
					name: default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					volumes:
 | 
				
			||||||
 | 
					  - name: bonfire
 | 
				
			||||||
 | 
					    path: /data/bonfire/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: build_deploy
 | 
					- name: build_deploy
 | 
				
			||||||
  privileged: true
 | 
					  privileged: true
 | 
				
			||||||
  image: ianwalter/pnpm:v1.4.0
 | 
					  image: ianwalter/pnpm:v1.4.0
 | 
				
			||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
    - name: bonfire
 | 
					    - name: bonfire
 | 
				
			||||||
      path: /data/bonfire/:/data/bonfire
 | 
					      path: /data/bonfire/
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - pnpm install 
 | 
					  - pnpm install 
 | 
				
			||||||
  - pnpm run build
 | 
					  - pnpm run build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue