Skip to content

fix: 배포 시 사이트 빌드 누락 수정#64

Merged
DaleSeo merged 1 commit intomainfrom
fix/deploy-site-build
Apr 12, 2026
Merged

fix: 배포 시 사이트 빌드 누락 수정#64
DaleSeo merged 1 commit intomainfrom
fix/deploy-site-build

Conversation

@DaleSeo
Copy link
Copy Markdown
Member

@DaleSeo DaleSeo commented Apr 12, 2026

coffee.dalestudy.com 접속 시 "Method Not Allowed"가 반환되는 문제를 수정합니다. Worker의 wrangler.jsoncsite/dist/를 정적 자산으로 참조하지만, deploy.yml에서 Astro 사이트를 빌드하는 단계가 빠져 있어서 자산 없이 배포되고 있었습니다. 사이트 빌드 단계를 추가하고, site/** 변경 시에도 배포가 트리거되도록 경로를 확장했습니다. 또한 wrangler.jsoncaccount_id를 명시하여 의도하지 않은 계정으로 배포되는 실수를 방지합니다.

Testing

  1. PR 머지 후 GitHub Actions의 "Deploy Worker" 워크플로우가 정상 실행되는지 확인합니다.
  2. 워크플로우 로그에서 "Build site" 단계가 Astro 빌드를 성공적으로 완료하는지 확인합니다.
  3. 배포 완료 후 브라우저에서 https://coffee.dalestudy.com에 접속하여 웹사이트가 정상적으로 표시되는지 확인합니다.

@DaleSeo DaleSeo merged commit c4a7f1b into main Apr 12, 2026
1 check passed
@DaleSeo DaleSeo deleted the fix/deploy-site-build branch April 12, 2026 12:39
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.

1 participant