mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 19:10:52 +00:00
refactor: move database connection variables to workflow environment definition
This commit is contained in:
@@ -11,6 +11,8 @@ env:
|
||||
DB_NAME: piku_test_db
|
||||
DB_USER: test
|
||||
DB_PASSWORD: password123
|
||||
DB_HOST: postgres
|
||||
DB_PORT: 5432
|
||||
|
||||
jobs:
|
||||
setup-environment:
|
||||
@@ -93,8 +95,6 @@ jobs:
|
||||
|
||||
- name: Setup DB connection Variables
|
||||
run: |
|
||||
export DB_HOST=postgres
|
||||
export DB_PORT=5432
|
||||
cp ../.env.example ../.env
|
||||
uv sync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user