Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Nov 1, 2024
1 parent c04c54e commit d3a50ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
-e DATABASE_URL=${DATABASE_URL} \
-e CELERY_BROKER_URL=${CELERY_BROKER_URL} \
-e CACHE_URL=${CACHE_URL} \
-e SECRET_KEY=super-secret-key-just-for-testing \
-v "./output/:/app/output" \
-v "./src/:/app/src" \
-v "./tests:/app/tests" \
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ step4: dist
-e DJANGO_ADMIN_URL=admin/ \
-e DJANGO_SETTINGS_MODULE=aurora.config.settings \
-e LOGGING_LEVEL="DEBUG" \
-e SECRET_KEY=liujhljhlkjhlkjhlkj \
-e SECRET_KEY="super-secret-key-just-for-testing" \
-e SOCIAL_AUTH_REDIRECT_IS_HTTPS="False" \
-e SENTRY_DSN="${SENTRY_DSN}" \
-e SUPERUSERS="sax," \
Expand Down

0 comments on commit d3a50ed

Please sign in to comment.