fix drone file

This commit is contained in:
2025-09-25 17:18:27 +03:00
parent 54e17257d0
commit 3ff9fda739

View File

@@ -1,7 +1,14 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default 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: steps:
- name: install-dependencies - name: install-dependencies
image: python:3.12 image: python:3.12