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

[NDD-253]: BE docker pull needs 수정 #141

Merged
merged 1 commit into from
Dec 2, 2023
Merged

[NDD-253]: BE docker pull needs 수정 #141

merged 1 commit into from
Dec 2, 2023

Conversation

quiet-honey
Copy link
Collaborator

@quiet-honey quiet-honey commented Dec 2, 2023

NDD-253 Powered by Pull Request Badge

Why

needs 이름을 잘못 설정해서 CD 과정 중 바로 실행이 중지되어 이를 변경하기 위함

How

deploy-with-runner:
  needs: build-and-push
  name: Deploy with runner
  runs-on: self-hosted

이처럼 needs를 알맞은 이름으로 변경

Result

저번에 CD 실행 자체가 안됐지만, 이번 변경을 통해 CD 스크립트가 실행될 것임

Prize

자동 CD가 될 것으로 기대

@quiet-honey quiet-honey added BE 백엔드 코드 변경사항 chore 의존성이 변경된 경우 labels Dec 2, 2023
@quiet-honey quiet-honey self-assigned this Dec 2, 2023
Copy link
Collaborator

@JangAJang JangAJang left a comment

Choose a reason for hiding this comment

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

LGTM

@JangAJang JangAJang merged commit 331292a into dev Dec 2, 2023
2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feature/NDD-253 branch December 2, 2023 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 코드 변경사항 chore 의존성이 변경된 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants