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: