Files
cicd/drone/drone.yaml
2025-07-20 14:53:12 +03:00

10 lines
172 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: python:3.11
commands:
- pip install -r requirements.txt
- python your_script.py