Ekaropolus 8ee3615d3a
Some checks failed
continuous-integration/drone Build is failing
Add basic Drone CI pipeline
2025-05-12 12:29:19 -06:00

16 lines
256 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build and push image
image: python:3.10
commands:
- pip install -r requirements.txt
- python manage.py check
- echo "✅ Build successful"
trigger:
branch:
- main