Update deployment workflow to use SSH for deployment and modify .env file handling in docker-compose
Some checks failed
Test & Deploy API / test (push) Successful in 1m42s
Test & Deploy API / deploy (push) Failing after 2s

This commit is contained in:
2026-03-03 17:54:31 +01:00
parent e3c7547c75
commit 3e5aceca50
2 changed files with 47 additions and 61 deletions

View File

@@ -4,7 +4,8 @@ services:
ports:
- "8000:8000"
env_file:
- .env
- path: .env
required: false
environment:
DATABASE_URL: postgresql+asyncpg://postgres:postgres@db:5432/adiuva
depends_on: