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

fix : CI/CD 설정을 develop 브랜치에 맞게 재설정 #147

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

peter-jaesungyu
Copy link

관련 이슈

변경 사항 설명

  • CI/CD 설정이 release, develop 브랜치마다 다르기 때문에 관련 파일을 .gitignore에 추가한 바 있습니다.
  • 하지만, 이미 스테이징되어 추적되고 있는 파일을 도중에 .gitignore에 추가하면 효력이 없는 점 확인되어 추가 수정하였습니다.
  • develop 브랜치에 맞게 CI/CD 설정을 롤백하였습니다.
  • 재발하지 않도록 git rm --cached {file name}을 한 뒤 commit하였습니다.
  • git rm --cahed 명령어를 통해 .gitignore에 추가된 파일은 아래와 같습니다.
  • scripts 디렉토리 내 모든 파일
  • cicd_production.yml
  • appspec.yml

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Copy link
Contributor

@minnieming minnieming 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

@kyungmin1221 kyungmin1221 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

@juwum12 juwum12 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다

@peter-jaesungyu peter-jaesungyu merged commit d7b895d into develop Apr 29, 2024
@peter-jaesungyu peter-jaesungyu deleted the feature/146/cicdConfAdjustment branch April 29, 2024 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fix code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix : CI/CD 관련 설정 develop 브랜치에 맞게 재설정
4 participants