Skip to content

Commit f6d9db2

Browse files
Update django.yml
1 parent 60cbf80 commit f6d9db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/django.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
env:
5454
DOMAIN: localhost:8000
5555
SITE_NAME: "Luqta eCommerce"
56-
DB_NAME: ${{ secrets.POSTGRES_DB }}
57-
DB_USER: ${{ secrets.POSTGRES_USER }}
58-
DB_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
56+
POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
57+
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
58+
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
5959
DB_HOST: localhost
6060
REDIS_HOST: localhost
6161
REDIS_PORT: 6379

0 commit comments

Comments
 (0)