This commit is contained in:
parent
5efffd5e96
commit
5afd2bb498
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -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
|
@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
AI Chat Bot with Vector / Embedding DB Context
|
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
|
## Running Server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user