Skip to content

Commit

Permalink
fix: 실행을 위한 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Euizzang8001 committed Jul 30, 2024
1 parent 924abae commit 3e2db03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
deploy:
needs: build
runs-on: self-hosted
steps:
steps:
- name: setup .env
run: |
echo "DB_HOST=${{ secrets.DB_HOST }}" >> .env
Expand Down
2 changes: 1 addition & 1 deletion KUA/KUA/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['localhost', '127.0.0.1', '[::1]']
ALLOWED_HOSTS = ['*']


# Application definition
Expand Down

0 comments on commit 3e2db03

Please sign in to comment.