fix: add DATABASE_URL environment variable to build job
Build Check / build (push) Successful in 29s
Build Check / push-image (push) Failing after 45s
Build Check / deploy-coolify (push) Has been skipped

This commit is contained in:
Space-Banane
2026-07-16 23:32:31 +02:00
parent dfbe14d284
commit 5fea1541f8
+2
View File
@@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DATABASE_URL: "postgresql://fake:fake@localhost:5432/fake?schema=public"
steps:
- name: Checkout repository