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