add ci config
This commit is contained in:
parent
8a4b11f92a
commit
541cb905da
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
pipeline:
|
||||||
|
docker:
|
||||||
|
image: plugins/docker
|
||||||
|
registry: docker.mtfos.xyz
|
||||||
|
repo: docker.mtfos.xyz/mtfos/go-bot
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
tags: [latest, "${DRONE_COMMIT}"]
|
||||||
|
when:
|
||||||
|
branch: release
|
Loading…
Reference in New Issue
Block a user