diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..445e852 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +kind: pipeline +type: kubernetes +name: default + +steps: + # Publish Dev Docker Image + - name: publish_docker + image: plugins/docker + settings: + repo: gitea.va.reichard.io/evan/minyma + registry: gitea.va.reichard.io + tags: + - dev + username: + from_secret: docker_username + password: + from_secret: docker_password diff --git a/README.md b/README.md index 9ee04d5..d9060a5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ AI Chat Bot with Vector / Embedding DB Context +[![Build Status](https://drone.va.reichard.io/api/badges/evan/minyma/status.svg)](https://drone.va.reichard.io/evan/minyma) + ## Running Server ```bash