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

[DEV] Project CI/CD 구성 #19

Merged
merged 5 commits into from
Jul 4, 2023

Conversation

yymin1022
Copy link
Contributor

Summary

Project에 CI/CD 설정을 구성하였습니다.

Description

  • Docker 구성을 통해, node:18.16.1 버전을 기반으로 하는 컨테이너를 빌드할 수 있도록 하였습니다.
  • Jenkins 구성을 통해, main 브랜치에 Commit이 PR되는 경우, Jenkins에서 Webhook을 통해 감지하고, Docker 빌드와 Dockerhub로의 배포가 수행되도록 하였습니다.

@yymin1022 yymin1022 requested review from rdg1029 and HarenKei July 3, 2023 18:14
@yymin1022 yymin1022 self-assigned this Jul 3, 2023
@yymin1022 yymin1022 added the dev Development label Jul 3, 2023
@yymin1022 yymin1022 linked an issue Jul 3, 2023 that may be closed by this pull request
Copy link
Contributor

@rdg1029 rdg1029 left a comment

Choose a reason for hiding this comment

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

좋아요

Copy link
Contributor

@HarenKei HarenKei left a comment

Choose a reason for hiding this comment

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

👀

@yymin1022 yymin1022 merged commit 6151209 into DefCon-Apps:main Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Development
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[DEV] Project CI/CD 구성
3 participants