fix drone file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user