Skip to content

Commit

Permalink
changing debug (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Jan 29, 2025
1 parent 730df86 commit 010f8bd
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
R2_ACCESS_KEY=63337c0d7032845f17a6647215bbdadf
R2_CUSTOM_DOMAIN=static.obstracts.com
R2_BUCKET_NAME=obstracts-web-core-production
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=TRUE
DJANGO_DEBUG=True
R2_ACCESS_KEY=12763a8c243ac6fe8d37fff77a966b70
R2_CUSTOM_DOMAIN=static.obstracts.staging.signalscorps.com
R2_BUCKET_NAME=obstracts-web-core-staging
Expand Down

0 comments on commit 010f8bd

Please sign in to comment.