Files
portfolio/.gitea/workflows
denshooter 30d0e597c2
Some checks failed
Gitea CI / test-build (push) Has been cancelled
fix: use production DB/Redis for dev deployment instead of non-existent dev containers
The dev-deploy workflow was trying to spin up separate portfolio_postgres_dev
and portfolio_redis_dev containers, which don't exist on the server. Now it
reuses the existing production portfolio-postgres and portfolio-redis on
the portfolio_net network.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-04 15:09:04 +01:00
..