Compare commits

..

No commits in common. "main" and "feat/deploy-workflow" have entirely different histories.

View file

@ -8,6 +8,4 @@ alembic upgrade head
exec uvicorn quartermaster.main:app \
--host 0.0.0.0 \
--port 8000 \
--proxy-headers \
--forwarded-allow-ips='*' \
--log-config src/quartermaster/logconfig.json