From 3ff9fda739d219428e8fe1437c67f361fd9139ef Mon Sep 17 00:00:00 2001 From: ronis_0505 Date: Thu, 25 Sep 2025 17:18:27 +0300 Subject: [PATCH] fix drone file --- drone.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drone.yaml b/drone.yaml index cf46269..cd00084 100644 --- a/drone.yaml +++ b/drone.yaml @@ -1,7 +1,14 @@ kind: pipeline type: docker name: default +clone: + git: + url: https://gitea.ronis0505.tech/ronis_0505/telegram-bot-for-manipulate-orders.git + user: + from_secret: GITEA_USER + password: + from_secret: GITEA_TOKEN steps: - name: install-dependencies image: python:3.12