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 7b87e84 commit 6de1a9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ env:
DEBUG: ${{ vars.DEV_DEBUG }}
SECRET_KEY: ${{ secrets.DEV_SECRET_KEY }}
ENGINE: ${{ vars.ENGINE }}
HOST: 127.0.0.1
PORT: ${{ vars.POSTGRES_PORT }}
NAME: ${{ vars.DEV_DB }}
USER: ${{ vars.POSTGRES_USER }}
PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
DB: db
DB_HOST: 127.0.0.1
DB_PORT: ${{ vars.POSTGRES_PORT }}
PG_DB: ${{ vars.DEV_DB }}
PG_USER: ${{ vars.POSTGRES_USER }}
PG_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_DB: ${{ vars.POSTGRES_DB }}

jobs:
build:
Expand Down

0 comments on commit 6de1a9c

Please sign in to comment.