Skip to content

Commit

Permalink
Update django_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy authored Sep 10, 2023
1 parent b44a510 commit c3793a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
PG_USER: ${{ vars.POSTGRES_USER }}
PG_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_DB: ${{ vars.POSTGRES_DB }}
EMAIL_BACKEND: ""
EMAIL_BACKEND: "django.core.mail.backends.smtp.EmailBackend"
EMAIL_HOST: ""
EMAIL_PORT: ""
EMAIL_USE_TLS: ""
Expand All @@ -33,7 +33,7 @@ jobs:
postgres:
image: postgres:14
env:
POSTGRES_DB: db
POSTGRES_DB: ${{ vars.DEV_DB }}
POSTGRES_USER: ${{ vars.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
ports:
Expand Down

0 comments on commit c3793a3

Please sign in to comment.