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

Be/bugfix/#488 도커 healthcheck #489

Merged
merged 11 commits into from
Jan 22, 2024
Merged

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    9308dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a57b8 View commit details
    Browse the repository at this point in the history
  3. fix: docker-compose 실패 시 에러 비정상 종료

    - docker-compose 관련 명령 실패 시 exit 1로 비정상 종료하도록 수정
    kimyu0218 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    27d4171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab3ab04 View commit details
    Browse the repository at this point in the history
  5. feat: 배포 스크립트 에러 핸들링 보완

    - 상단에 "set -e"를 추가하여 에러가 발생하면 스크립트가 즉시 종료되도록
      설정
    - trap을 이용하여 ERR 시그널이 발생하면 에러 메시지를 출력하고
      종료하도록 설정
    - docker-compose, reload nginx 중에 에러가 발생하면 곧바로 종료
    kimyu0218 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    21c3425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ed761a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7720134 View commit details
    Browse the repository at this point in the history
  8. feat: 슬랙 웹훅으로 배포 결과를 전달하도록 설정

    - 이전까진 job.status를 전달함
    - DEPLOYMENT_SUCCESS 환경변수를 이용하여 배포 스크립트의 실행결과를
      전달하도록 수정
    kimyu0218 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ce8ad3c View commit details
    Browse the repository at this point in the history
  9. fix: slack 오류 수정

    - action-slack의 status는 'success'나 'failure' 상태를 가져야 함
    - DEPLOY_SUCCESS를 'success'로 초기화
    - deploy.sh에서 오류가 발생하면 'failure'로 변경
    kimyu0218 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    51e9b56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be23d80 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87873b0 View commit details
    Browse the repository at this point in the history