dev_d #1

Merged
ronis_0505 merged 5 commits from dev_d into master 2025-09-25 17:22:02 +03:00
6 changed files with 32 additions and 14 deletions
Showing only changes of commit 3ff9fda739 - Show all commits

View File

@@ -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