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 merge branch์— ์ ์šฉํ•˜๊ธฐ #23

Merged
merged 85 commits into from
Dec 27, 2023

Conversation

shoeone96
Copy link
Collaborator

@shoeone96 shoeone96 commented Dec 22, 2023

โœ… ์š”๊ตฌ์‚ฌํ•ญ

  • CI๊ฐ€ ๋ฐœ์ƒํ•˜๋Š” branch๋ฅผ merge branch๋กœ pull request๋ฅผ ๋ณด๋‚ผ ๋•Œ ๋‚˜์˜ค๋„๋ก ์„ค์ •
  • test ๊ณผ์ •์—์„œ MySQL์„ ์‚ฌ์šฉ์ด ์•ˆ๋˜์–ด test/build๊ฐ€ ์‹คํŒจํ•˜๋˜ ๋ถ€๋ถ„์„ ์ˆ˜์ •
  • CI ๊ณผ์ •์—์„œ ํ”„๋กœ์ ํŠธ์—์„œ ์‚ฌ์šฉ๋˜๋Š” docker ๊ตฌ์กฐ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๊ฒŒ ๋ณ€๊ฒฝ

๐Ÿš€ ์ฃผ์š” ๋ณ€๊ฒฝ์‚ฌํ•ญ

  • ๊ธฐ์กด์— ์‚ฌ์šฉํ•˜๋˜ CI ์—์„œ mysql ์„ค์น˜ ํ›„ test, build ๋ชจ๋‘ ์„ฑ๊ณต์ ์œผ๋กœ ์ž‘๋™ํ•˜๋„๋ก ์„ค์ •
  • ๋ณธ๋ž˜ organization repository main branch์— ๋ฐ”๋กœ pull request ๋ณด๋‚ด๋˜ ์ž‘์—…์„ organization repository feature branch์— ์ „์†กํ•˜๋Š” ๋ฐฉ์‹์œผ๋กœ ๋ณ€๊ฒฝ
  • docker-compose ๋ช…๋ น์–ด๋ฅผ ์ด์šฉํ•œ build ์ง„ํ–‰

๐Ÿ’ก ๊ธฐํƒ€์‚ฌํ•ญ

forkํ•œ branch์—์„œ ์ƒ์„ฑํ•œ merge branch์— ์„ฑ๊ณต์ ์œผ๋กœ CI๊ณผ์ •์ด ์ง„ํ–‰๋จ์„ ํ™•์ธ

shoeone96 and others added 30 commits December 21, 2023 20:12
schema directory ์ˆ˜์ •
mysql ์—ฐ๊ฒฐ ์‹œ localhost ์ถ”๊ฐ€
mysql ์ƒ์„ฑ ์‹œ๊ฐ„ ๋ถ€์—ฌ ํ›„ init ์ž‘์—… ํ•  ์ˆ˜ ์žˆ๊ฒŒ step ์œ„์น˜ ๋ณ€๊ฒฝ
fix: ci yaml ํŒŒ์ผ ์ˆ˜์ • 4
pull reque ์‹œ ์ž‘๋™ํ•˜๋Š” branch ๋ณ€๊ฒฝ
sql ์ ‘์†๊ณผ์ •์—์„œ ์–ด๋””๊ฐ€ ์ •ํ™•ํžˆ ๋ฌธ์ œ์ธ์ง€ ์•Œ๊ธฐ ์œ„ํ•ด ์‹คํ–‰ ์Šคํฌ๋ฆฝํŠธ ๋ถ„๋ฆฌ
ddl create ๋กœ build์™€ test ๋˜๋Š”์ง€ ์ ๊ฒ€
file ์ˆ˜์ • ํ›„ ์žฌ์‹œ๋„
ํฌํŠธ ๋ฒˆํ˜ธ ์ถ”๊ฐ€
์ธ์ฆ ๋ฌธ์ œ์ธ์ง€ ์žฌํ™•์ธ
์ปจํ…Œ์ด๋„ˆ ์ƒํƒœ ํ™•์ธ
docker ์ ‘์† ๋กœ์ง ์ถ”๊ฐ€
docker ๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š์€ ์ˆœ์ˆ˜ sql ๋กœ ๊ตฌ๋™
์ ‘์† host ์ถ”๊ฐ€
ํฌํŠธ ๋ฒˆํ˜ธ ์ถ”๊ฐ€
ํฌํŠธ ๋ฐ host ์‚ญ์ œ
mysql ๊ณ„์ • ์ˆ˜์ •
shoeone96 and others added 25 commits December 26, 2023 14:41
๐Ÿš€ Feature CI ๊ณผ์ • ๊ฐœ์„  ๋ฐ ์ ์šฉ
@shoeone96 shoeone96 changed the base branch from main to merge December 27, 2023 00:01
@shoeone96 shoeone96 changed the title chore: github build action ๐Ÿš€ CI merge branch์— ์ ์šฉํ•˜๊ธฐ Dec 27, 2023
@shoeone96 shoeone96 merged commit baba143 into merge Dec 27, 2023
@shoeone96 shoeone96 deleted the branch-ci branch December 27, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

โœ… CI ์ ์šฉํ•˜๊ธฐ
2 participants