Remove Caddy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-20 15:40:07 +01:00
parent 18e8f93261
commit d40612af72
5 changed files with 36 additions and 14 deletions

View File

@ -7,6 +7,5 @@ poetry run python manage.py migrate
echo "Collect static files"
poetry run python manage.py collectstatic --clear --no-input
echo "Starting server"
caddy start
echo "Starting app"
poetry run python -m gunicorn --bind 0.0.0.0:8001 timetracker.asgi:application -k uvicorn.workers.UvicornWorker --access-logfile - --error-logfile -