Deployment to Staging #18

Merged
tobru merged 5 commits from deployment-to-test into main 2025-03-21 13:27:00 +00:00
Showing only changes of commit 07812efe82 - Show all commits

View file

@ -6,6 +6,9 @@ mkdir -p /app/run/caddy /app/run/gunicorn
# Set Caddy config location # Set Caddy config location
export XDG_CONFIG_HOME="/app/config" export XDG_CONFIG_HOME="/app/config"
# Set uv cache location so that it runs properly on OpenShift
export UV_CACHE_DIR="/app/.uvcache"
echo "Applying database migrations" echo "Applying database migrations"
uv run src/manage.py migrate uv run src/manage.py migrate