Skip to content

Commit

Permalink
ci: fix environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Oct 17, 2024
1 parent 3ee1d85 commit 8c90c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
env:
DJANGO_DATABASE_URL: postgres://postgres:postgres@localhost:5432/django
DJANGO_MINIO_STORAGE_ENDPOINT: localhost:9000
DJANGO_HOMEPAGE_REDIRECT_URL: localhost:8080
DJANGO_MINIO_STORAGE_ACCESS_KEY: minioAccessKey
DJANGO_MINIO_STORAGE_SECRET_KEY: minioSecretKey
DJANGO_HOMEPAGE_REDIRECT_URL: http://localhost:8080/

0 comments on commit 8c90c8f

Please sign in to comment.