-
Notifications
You must be signed in to change notification settings - Fork 0
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
The head ref may contain hidden characters: "BE/bugfix/#488-\uB3C4\uCEE4-healthcheck"
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying with Cloudflare Pages
|
- docker-compose 관련 명령 실패 시 exit 1로 비정상 종료하도록 수정
- 상단에 "set -e"를 추가하여 에러가 발생하면 스크립트가 즉시 종료되도록 설정 - trap을 이용하여 ERR 시그널이 발생하면 에러 메시지를 출력하고 종료하도록 설정 - docker-compose, reload nginx 중에 에러가 발생하면 곧바로 종료
- 이전까진 job.status를 전달함 - DEPLOYMENT_SUCCESS 환경변수를 이용하여 배포 스크립트의 실행결과를 전달하도록 수정
- action-slack의 status는 'success'나 'failure' 상태를 가져야 함 - DEPLOY_SUCCESS를 'success'로 초기화 - deploy.sh에서 오류가 발생하면 'failure'로 변경
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
변경 사항
start-prod
오타 수정 :start_prod
deploy.sh
실패 시 곧바로 스크립트 종료하도록 설정deploy.sh
의 결과를 바탕으로 슬랙 알림 보내도록 설정고민과 해결 과정
deploy.sh
Blue/Green CD
(선택) 테스트 결과