From c18120192361aeb5aa9c0d661a210cde31efac78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A4?= =?UTF-8?q?=D0=B5=D0=B4=D0=BE=D1=80=D0=BE=D0=B2?= Date: Sat, 2 Apr 2022 15:17:44 +0700 Subject: [PATCH] add drone --- .drone.yml | 15 +++++++++++++++ .gitignore | 1 + LICENSE | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..32c3679 --- /dev/null +++ b/.drone.yml @@ -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 diff --git a/.gitignore b/.gitignore index f5d30c6..c16bb89 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ go.work # Goland .idea +bin diff --git a/LICENSE b/LICENSE index 2071b23..4ebc7d8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2022 3crabs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: