From af27e56c022b0dac15533e65dffdac792c97f81c Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 4 Apr 2026 10:46:27 +1000 Subject: [PATCH] =?UTF-8?q?=D1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e99da7a..f2ae475 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,9 +17,7 @@ steps: - docker stop gptchat || true - docker rm gptchat || true - docker pull gitea.allowlgroup.ru/allowlgroup/gptchat:latest - - docker run -d --name gptchat -p 8084:8084 \ - --restart unless-stopped \ - gitea.allowlgroup.ru/allowlgroup/gptchat:latest + - docker run -d --name gptchat -p 8084:8084 --restart unless-stopped gitea.allowlgroup.ru/allowlgroup/gptchat:latest when: branch: - main