From 0c364fd36c1317499cbb3b9788f2c1a0bbf3b2de Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 7 Apr 2026 11:45:56 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 344ae79..aae77da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,6 @@ steps: - main event: - push - - custom - name: deploy image: appleboy/drone-ssh @@ -53,9 +52,10 @@ steps: - docker rm front || true - docker pull gitea.allowlgroup.ru/allowlgroup/front:latest - docker run -d --name front -p 8000:80 gitea.allowlgroup.ru/allowlgroup/front:latest + depends_on: + - docker-build when: branch: - main event: - - push - - custom \ No newline at end of file + - push \ No newline at end of file