feat: Add poetry deploy task

This commit is contained in:
2026-02-11 18:42:20 -05:00
parent 6b54ca0e31
commit 58e2c2a777

View File

@@ -33,5 +33,6 @@ dev = [
[tool.taskipy.tasks] [tool.taskipy.tasks]
dev = "uvicorn src.naliiabotapi.main:app --host 0.0.0.0 --port 8010 --reload"
test = "pytest tests/test_agent.py -v" test = "pytest tests/test_agent.py -v"
test-cov = "pytest tests/test_agent.py --cov=src.naliiabot.bot.agent --cov-report=html && python -m http.server 8000 --directory htmlcov" test-cov = "pytest tests/test_agent.py --cov=src.naliiabot.bot.agent --cov-report=html && python -m http.server 8000 --directory htmlcov"