Create .drone.yml
This commit is contained in:
		
							
								
								
									
										24
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | |||||||
|  | --- | ||||||
|  | kind: pipeline | ||||||
|  | type: exec | ||||||
|  | name: default | ||||||
|  |  | ||||||
|  | platform: | ||||||
|  |   os: linux | ||||||
|  |   arch: amd64 | ||||||
|  |  | ||||||
|  | steps: | ||||||
|  | - name: frontend_install | ||||||
|  |   commands: | ||||||
|  |     - yarn | ||||||
|  | - name: frontend_build | ||||||
|  |   commands: | ||||||
|  |     - yarn build | ||||||
|  |  | ||||||
|  | drone  | ||||||
|  | trigger: | ||||||
|  |   branch: | ||||||
|  |     - master | ||||||
|  |   event: | ||||||
|  |     include: | ||||||
|  |       - pull_request | ||||||
		Reference in New Issue
	
	Block a user