feat: db url env added
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m44s
Build and Deploy Go App / deploy (push) Successful in 2m47s

This commit is contained in:
Iron_Felix 2025-10-11 02:27:13 +03:00
parent 102d15c5fd
commit 28c38ca1a0
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@ jobs:
POSTGRES_PORT: 5432
POSTGRES_VERSION: 18
LOG_LEVEL: ${{ vars.LOG_LEVEL }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
steps:
- name: Checkout code