From f41d91935f073799e6ae88ed3c3806222ace7eea Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 4 Apr 2026 11:35:38 +1000 Subject: [PATCH] =?UTF-8?q?=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2d9c6a4..67f2c87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,34 +8,6 @@ steps: commands: - pip install --no-cache-dir -r requirements.txt - - name: test - image: python:3.11-slim - commands: - - pip install --no-cache-dir -r requirements.txt - - pip install pytest pytest-asyncio - - pytest tests/ -v || true - - - name: docker-build - image: plugins/docker - settings: - repo: gitea.allowlgroup.ru/allowlgroup/gptchat - registry: https://gitea.allowlgroup.ru - insecure: true - tags: - - latest - - ${DRONE_COMMIT_SHA:0:8} - username: - from_secret: docker_username - password: - from_secret: docker_password - context: . - dockerfile: Dockerfile - when: - branch: - - main - event: - - push - - custom - name: deploy image: appleboy/drone-ssh