diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index a1e1f97b..d89b409d 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -15,8 +15,7 @@ jobs: runs-on: ubuntu-22.04 env: MIX_ENV: test - DATABASE_HOST: postgres - DATABASE_PORT: 5432 + DATABASE_URL: ecto://postgres:postgres@postgres/towerops_test services: postgres: @@ -83,8 +82,7 @@ jobs: needs: test-exunit env: MIX_ENV: dev - DATABASE_HOST: postgres - DATABASE_PORT: 5432 + DATABASE_URL: ecto://postgres:postgres@postgres/towerops_dev services: postgres: