Skip to content

Commit

Permalink
django debug (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Jan 29, 2025
1 parent 522d843 commit 86c5e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
DJANGO_DEBUG=FALSE
DJANGO_DEBUG=False
DJANGO_SECRET=${{ secrets.DJANGO_SECRET }}
POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
ARANGODB_PASSWORD=${{ secrets.ARANGODB_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
DJANGO_DEBUG=FALSE
DJANGO_DEBUG=True
DJANGO_SECRET=${{ secrets.DJANGO_SECRET }}
POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
ARANGODB_PASSWORD=${{ secrets.ARANGODB_PASSWORD }}
Expand Down

0 comments on commit 86c5e3d

Please sign in to comment.