diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7c05fdc --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 101dc87..429619b 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file