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

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ go.work
# Goland # Goland
.idea .idea
bin

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) <year> <copyright holders> 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: 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: