Skip to content

서버 배포를 위한 변수명 변경#108

Merged
choyeseol merged 2 commits intodevelopfrom
feat/infra-setting
Mar 29, 2025
Merged

서버 배포를 위한 변수명 변경#108
choyeseol merged 2 commits intodevelopfrom
feat/infra-setting

Conversation

@choyeseol
Copy link
Copy Markdown
Member

#️⃣연관된 이슈

X

🔀반영 브랜치

feat/#infra-setting -> develop

🔧변경 사항

  • 변수 명을 변경했습니다.
env:
  DOCKER_IMAGE_NAME: ${{  secrets.DOCKER_HUB_USERNAME  }}/moddo
  SERVER_HOST: ${{  secrets.SERVER_HOST  }}
  SERVER_USER: ${{  secrets.SERVER_USER  }}
  SERVER_PASSWORD: ${{ secrets.SERVER_PASSWORD }}
  DOKCER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN}}

with:
          host: ${{ env.SERVER_HOST }}
          username: ${{ env.SERVER_PASSWORD }}
          password: ${{ env.SERVER_PASSWORD }}

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요

@choyeseol choyeseol requested a review from sudhdkso March 29, 2025 14:25
@choyeseol choyeseol self-assigned this Mar 29, 2025
@github-actions
Copy link
Copy Markdown

📝 테스트 커버리지 리포트입니다!

There is no coverage information present for the Files changed

Total Project Coverage 91.04% 🍏

@github-actions
Copy link
Copy Markdown

📝 테스트 커버리지 리포트입니다!

There is no coverage information present for the Files changed

Total Project Coverage 91.04% 🍏

@choyeseol choyeseol merged commit 4236723 into develop Mar 29, 2025
2 checks passed
@sudhdkso sudhdkso deleted the feat/infra-setting branch May 26, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants