diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1943d5f..c0df02a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: --health-timeout 5s --health-retries 5 env: - TEST_DATABASE_URL: postgresql://patchpass:patchpass@localhost:5432/patchpass + TEST_DATABASE_URL: postgresql://patchpass:patchpass@patchpass:5432/patchpass steps: - name: Checkout repository uses: actions/checkout@v4