add drone

This commit is contained in:
2022-04-02 15:17:44 +07:00
parent f5066c1daf
commit c181201923
3 changed files with 17 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build -o butler_tg_bot main.go
- ls
trigger:
event:
- tag