From be9aac681f61d5391d674dbfefefba736a64fda5 Mon Sep 17 00:00:00 2001 From: liuhaotian <luizsuper@163.com> Date: Fri, 14 Jan 2022 04:08:06 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20drone=20=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=EF=BC=88=E6=96=B0=E5=A2=9Emurder=20service=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index f2b032d..c820a94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,3 +23,9 @@ service: root: app/zeus/service/lark type: golang port: "3000" + - namespace: brahma + name: token + alias_name: tokenAuth + root: app/brahma/service/token + type: golang + port: "3100"