Skip to content

Commit

Permalink
set database environmental variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel81 committed May 15, 2024
1 parent dad7784 commit 3cdb9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
strategy:
max-parallel: 4
matrix:
Expand Down
2 changes: 0 additions & 2 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ media/
# Ignore configuration files
*.conf

./staticfiles


# Ignore Docker files
# Dockerfile
Expand Down

0 comments on commit 3cdb9a5

Please sign in to comment.