Added drone CI support
	
		
			
	
		
	
	
		
	
		
			Some checks reported errors
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build was killed
				
			
		
		
	
	
				
					
				
			
		
			Some checks reported errors
		
		
	
	continuous-integration/drone/push Build was killed
				
			This commit is contained in:
		
							
								
								
									
										22
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					kind: pipeline
 | 
				
			||||||
 | 
					name: build-app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					steps:
 | 
				
			||||||
 | 
					- name: build-dotnet
 | 
				
			||||||
 | 
					  image: mcr.microsoft.com/dotnet/sdk:6.0
 | 
				
			||||||
 | 
					  commands:
 | 
				
			||||||
 | 
					  - dotnet build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					steps:
 | 
				
			||||||
 | 
					- name: build-docker
 | 
				
			||||||
 | 
					  image: docker:dind
 | 
				
			||||||
 | 
					  volumes:
 | 
				
			||||||
 | 
					  - name: dockersock
 | 
				
			||||||
 | 
					    path: /var/run/docker.sock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					trigger:
 | 
				
			||||||
 | 
					  branch:
 | 
				
			||||||
 | 
					  - main
 | 
				
			||||||
 | 
					  event:
 | 
				
			||||||
 | 
					  - push
 | 
				
			||||||
@@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					[](https://ci.kizaing.ca/kizaing/TeleTok)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# TeleTok Telegram Bot
 | 
					# TeleTok Telegram Bot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This bot is in early development, but the end goal is to have this bot automatically convert all tiktok links in a chat into a videofile that can be re-uploaded to the telegram chat
 | 
					This bot is in early development, but the end goal is to have this bot automatically convert all tiktok links in a chat into a videofile that can be re-uploaded to the telegram chat
 | 
				
			||||||
		Reference in New Issue
	
	Block a user