Skip to content
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

Merged
merged 9 commits into from
Oct 3, 2024
Merged

CI/CD 구현 #114

merged 9 commits into from
Oct 3, 2024

Conversation

AlbertImKr
Copy link
Contributor

@AlbertImKr AlbertImKr commented Oct 2, 2024

오류 수정

  • accounts urls.py 수정

Static 설정

  • settings.py 수정

CI

  • dev, main branch PR 올릴 때 pytest 실행합니다.

CD

  • main branch의 PR이 머지하면 서버에 배포합니다.

Important

이 PR는 squash merge를 하세요.

@AlbertImKr AlbertImKr linked an issue Oct 2, 2024 that may be closed by this pull request
2 tasks
@AlbertImKr AlbertImKr changed the title CI 테스트 CI/CD 구현 Oct 2, 2024
@@ -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"])
Copy link
Contributor

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( ) 문자열 같고요, 확인 부탁드립니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

맞아요. 수정이 필요해요.

@AlbertImKr AlbertImKr merged commit 8674d32 into dev Oct 3, 2024
1 check passed
@AlbertImKr AlbertImKr deleted the albert/112-cicd-구현 branch October 3, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI/CD 구현
4 participants