add drone
This commit is contained in:
		
							
								
								
									
										29
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| --- | ||||
| kind: pipeline | ||||
| type: docker | ||||
| name: default | ||||
|  | ||||
| steps: | ||||
|   - name: buildlatex | ||||
|     image: nareshkumarrao/texliveonfly | ||||
|     commands: | ||||
|       - texliveonfly Main.tex  | ||||
|       - biber main | ||||
|       - texliveonfly Main.tex | ||||
|       - biber main | ||||
|       - texliveonfly Main.tex | ||||
|   - name: gitea_release | ||||
|     image: plugins/gitea-release | ||||
|     settings: | ||||
|       base_url: https://git.nareshkumarrao.com | ||||
|       api_key: | ||||
|         from_secret: gitea_token | ||||
|       files: Main.pdf | ||||
|     when: | ||||
|       event: tag | ||||
|  | ||||
| trigger: | ||||
|   event: | ||||
|     - push | ||||
|     - tag | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Nareshkumar Rao
					Nareshkumar Rao