Skip to content

Commit

Permalink
Update db_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy authored Sep 10, 2023
1 parent 6de1a9c commit 085919d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/db_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
DATABASE: ${{ vars.POSTGRES_DB }}

PGADMIN_DEFAULT_EMAIL: ${{ vars.DEV_PGADMIN_DEFAULT_EMAIL }}
PGADMIN_DEFAULT_PASSWORD: ${{ secrets.DEV_PGADMIN_DEFAULT_PASSWORD }}
PGADMIN_DEFAULT_EMAIL: ${{ vars.PGADMIN_DEFAULT_EMAIL }}
PGADMIN_DEFAULT_PASSWORD: ${{ secrets.PGADMIN_DEFAULT_PASSWORD }}

jobs:
deploy:
Expand Down

0 comments on commit 085919d

Please sign in to comment.