-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI/CD 구현 #114
The head ref may contain hidden characters: "albert/112-cicd-\uAD6C\uD604"
CI/CD 구현 #114
Conversation
weaverse/settings.py
Outdated
@@ -113,6 +113,12 @@ | |||
USE_TZ = True | |||
|
|||
STATIC_URL = "static/" | |||
STATIC_ROOT = os.getenv("STATIC_ROOT", BASE_DIR / "static") | |||
STATICFILES_DIRS = os.getenv("STATICFILES_DIRS", [BASE_DIR / "staticfiles"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
STATICFILES_DIRS
사이트에 보니까 STATICFILES_DIRS 타입이 리스트인 것 같습니다.
os.getenv( ) 문자열 같고요, 확인 부탁드립니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
맞아요. 수정이 필요해요.
오류 수정
Static 설정
CI
CD
Important
이 PR는 squash merge를 하세요.