Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Set DB_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Dec 17, 2023
1 parent 9b41f61 commit f78c773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
DATABASE_URL: ""
DB_NAME: reboot
DB_USER: root
DB_PASSWORD: ${{ github.run_id }}-${{ github.run_attempt }}
DEBUG: True
DJANGO_DATABASE: local
EMAIL_HOST: smtp.gmail.com
Expand All @@ -36,7 +37,7 @@ jobs:
image: postgres:13
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: postgres
POSTGRES_PASSWORD: ${{ env.DB_PASSWORD }}
POSTGRES_DB: reboot
ports:
- 5432:5432
Expand Down

0 comments on commit f78c773

Please sign in to comment.