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

[refactor] Jenkinsfile 스크립트에서 sshPut 명령어 삭제 및 deploy 스크립트에서 dangling 이미지를 삭제하도록 변경 #256

Closed
2 tasks done
hoonyworld opened this issue Nov 22, 2024 · 0 comments · Fixed by #302

Comments

@hoonyworld
Copy link
Member

hoonyworld commented Nov 22, 2024

Feature Issue 📌

  • Jenkinsfile 스크립트에서 sshPut 명령어를 삭제합니다.
  • deploy 스크립트에서 dangling 이미지를 삭제하도록 변경합니다.

Todo ✔️

  • Jenkinsfile 스크립트에서 sshPut 명령어 삭제
  • deploy 스크립트에서 dangling 이미지를 삭제하도록 변경합니다.
@hoonyworld hoonyworld self-assigned this Nov 22, 2024
@hoonyworld hoonyworld changed the title [feat] deploy 관련 스크립트 추가 [feat] sshPut 명령어 삭제 Nov 22, 2024
@hoonyworld hoonyworld changed the title [feat] sshPut 명령어 삭제 [feat] Jenkinsfile 스크립트에서 sshPut 명령어 삭제 Nov 22, 2024
hoonyworld added a commit that referenced this issue Nov 30, 2024
hoonyworld added a commit that referenced this issue Nov 30, 2024
hoonyworld added a commit that referenced this issue Nov 30, 2024
* [#256] refactor: 생성자 private로 변경

* [#256] fix: 오탈자 수정

* [#256] test(GuestBookingServiceConcurrencyTest): 변경된 필드 테스트에 반영

* [#256] feat: enum custom converter 구현

* [#256] fix(PerformanceImage): 테이블명과 겹치지 않게 공연이미지 변수명 수정

* [#256] feat(GlobalExceptionHandler): MethodArgumentTypeMismatchException handler 등록

* [#256] fix(Performance): 자료형을 tinytext에서 longtext로 수정
hoonyworld added a commit that referenced this issue Dec 1, 2024
* [feat] #265 - Enum Custom Converter 구현 및 기타 작업 완료 (#266)

* [#256] refactor: 생성자 private로 변경

* [#256] fix: 오탈자 수정

* [#256] test(GuestBookingServiceConcurrencyTest): 변경된 필드 테스트에 반영

* [#256] feat: enum custom converter 구현

* [#256] fix(PerformanceImage): 테이블명과 겹치지 않게 공연이미지 변수명 수정

* [#256] feat(GlobalExceptionHandler): MethodArgumentTypeMismatchException handler 등록

* [#256] fix(Performance): 자료형을 tinytext에서 longtext로 수정

* [#268] fix: 모든 클래스의 이름을 FQN 형식으로 API 문서에 표시하도록 변경

* [#268] chore(Performance): 쓰지 않는 import문 삭제
@hoonyworld hoonyworld changed the title [feat] Jenkinsfile 스크립트에서 sshPut 명령어 삭제 [feat] Jenkinsfile 스크립트에서 sshPut 명령어 삭제 및 deploy 스크립트에서 dangling 이미지를 삭제하도록 변경 Dec 24, 2024
@hoonyworld hoonyworld added refactor 🔁 refactor and removed feat 🎯 feat labels Jan 13, 2025
@hoonyworld hoonyworld changed the title [feat] Jenkinsfile 스크립트에서 sshPut 명령어 삭제 및 deploy 스크립트에서 dangling 이미지를 삭제하도록 변경 [refactor] Jenkinsfile 스크립트에서 sshPut 명령어 삭제 및 deploy 스크립트에서 dangling 이미지를 삭제하도록 변경 Jan 13, 2025
hoonyworld added a commit that referenced this issue Jan 13, 2025
hoonyworld added a commit that referenced this issue Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment