ci: migrate deploy workflow from GitHub Pages to Cloudflare Pages - #4
Open
seolcoding wants to merge 1 commit into
Open
ci: migrate deploy workflow from GitHub Pages to Cloudflare Pages#4seolcoding wants to merge 1 commit into
seolcoding wants to merge 1 commit into
Conversation
- 워크플로를 Cloudflare Pages 배포로 교체 (cloudflare/wrangler-action@v3) - 불필요한 Dart Sass 설치 제거 (프로젝트는 PostCSS/Tailwind 사용) - Hugo 0.155.3 로 버전 정렬, GitHub Pages용 artifact upload/deploy 단계 제거 - wrangler.toml 추가 (project: seolcoding, output: public) - static/CNAME 삭제 (Cloudflare DNS로 도메인 관리) NOTE: 이 워크플로 동작에 GitHub Secrets 필요 — CLOUDFLARE_API_TOKEN, CLOUDFLARE_ACCOUNT_ID Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or 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
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.
Summary
wrangler.toml추가,static/CNAME삭제Required action before merge
GitHub Secrets 두 개 등록 필요 (없으면 배포 단계에서 실패):
```bash
gh secret set CLOUDFLARE_API_TOKEN # Cloudflare 대시보드 → My Profile → API Tokens (Pages:Edit 권한)
gh secret set CLOUDFLARE_ACCOUNT_ID # 값: d07368ce7ea55ec63cd22d34912dc211
```
Test plan
🤖 Generated with Claude Code