diff --git a/infra/deploy-playbook.yaml b/infra/deploy-playbook.yaml index 2cb66c7..3181d81 100644 --- a/infra/deploy-playbook.yaml +++ b/infra/deploy-playbook.yaml @@ -78,7 +78,7 @@ env: DJANGO_DEBUG_FALSE: "1" DJANGO_SECRET_KEY: "{{ secret_key.content | b64decode }}" - DJANGO_ALLOWED_HOST: "staging.earthmanrpg.me,104.131.184.0,localhost" + DJANGO_ALLOWED_HOST: "staging.earthmanrpg.me,www.earthmanrpg.me,dashboard.earthmanrpg.me,earthmanrpg.me,104.131.184.0,localhost" DJANGO_DB_PATH: "/home/nonroot/db.sqlite3" ports: 80:8888 # container port 80 (standard http port) maps to server port 8888 (arbitrary internal port)