Skip to content

Commit

Permalink
update django-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Mar 12, 2024
1 parent 3b758e0 commit fa13929
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/django-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DJANGO_SECRET_KEY: ${{ secrets.DJANGO_SECRET_KEY }}
SECURE_SSL_REDIRECT: False
SESSION_COOKIE_SECURE: False
CSRF_COOKIE_SECURE: False
SECURE_HSTS_SECONDS: 0
SECURE_HSTS_INCLUDE_SUBDOMAINS: False
SECURE_HSTS_PRELOAD: False
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_HOST: db
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test_db

services:
postgres:
Expand Down

0 comments on commit fa13929

Please sign in to comment.