Added drone CI support
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Chris Plaatjes 2023-02-13 17:52:25 -05:00
parent b22c57bc57
commit 4fa6863b0d
2 changed files with 24 additions and 0 deletions

22
.drone.yml Normal file
View 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

View File

@ -1,3 +1,5 @@
[![Build Status](https://ci.kizaing.ca/api/badges/kizaing/TeleTok/status.svg)](https://ci.kizaing.ca/kizaing/TeleTok)
# 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