From ccba80f54e15704cfba15e1a39ed6dd5efcc8432 Mon Sep 17 00:00:00 2001 From: prtsie Date: Tue, 21 Oct 2025 23:10:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=B2=20=D1=80=D0=B5=D0=B3=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D1=80=20gitea,=20=D0=BF=D1=80=D0=B8=D1=82=D1=83=D1=88?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=82=D0=B5=D1=81=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 12aba23..14b49d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ type: docker name: "Backend" steps: -- name: test - image: mcr.microsoft.com/dotnet/sdk:8.0 - commands: - - dotnet build - - dotnet test +# - name: test +# image: mcr.microsoft.com/dotnet/sdk:8.0 +# commands: +# - dotnet build +# - dotnet test - name: publish image: plugins/docker @@ -15,6 +15,7 @@ steps: username: prtsie password: from_secret: docker_pass - repo: prtsie/schengen-visa + registry: git.prtsie.ru + repo: git.prtsie.ru/prtsie/schengen-visa-${DRONE_BRANCH} tags: - latest