diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 646651c..6ed4310 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,6 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: lostmypillow/jrar:latest + tags: lostmypillow/jcourses:latest build-args: | SECRET_KEY=${{ secrets.DJANGO_SECRET_KEY }} \ No newline at end of file diff --git a/jcourses/settings.py b/jcourses/settings.py index 6d14426..a045f37 100644 --- a/jcourses/settings.py +++ b/jcourses/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -ALLOWED_HOSTS = ['jcourses.lostmypillow.duckdns.org', 'localhost', '127.0.0.1', 'jcourses.onrender.com'] +ALLOWED_HOSTS = ['jcourses.lostmypillow.duckdns.org', 'localhost', '127.0.0.1', '0.0.0.0', 'jcourses.onrender.com'] # Application definition