init commit
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-09-04 01:51:59 +09:00
commit aca280b64d
1841 changed files with 753304 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: build
image: docker:dind
privileged: true
commands:
- docker build -t post_bot .
- name: test
image: python:3.11-slim
commands:
- pip install --no-cache-dir python-telegram-bot sqlalchemy python-dotenv pytest
- pytest tests/