fix(weather): Mixed Content 수정 + CI 환경변수 추가 #39

병합
htlee fix/weather-mixed-content 에서 develop 로 1 commits 를 머지했습니다 2026-02-28 22:46:31 +09:00
소유자

Summary

  • 기상 API URL http://https:// 변경 (Mixed Content 차단 해결)
  • deploy.ymlVITE_DATA_GO_KR_API_KEY, VITE_WEATHER_API_KEY 환경변수 추가
  • Gitea Actions Secrets에 DATA_GO_KR_API_KEY, AIS_API_KEY 등록 완료

변경 파일

  • frontend/src/tabs/weather/services/weatherApi.ts — http → https (2건)
  • frontend/src/tabs/weather/services/khoaApi.ts — http → https
  • .gitea/workflows/deploy.yml — 빌드 시 API 키 환경변수 전달
## Summary - 기상 API URL `http://` → `https://` 변경 (Mixed Content 차단 해결) - `deploy.yml`에 `VITE_DATA_GO_KR_API_KEY`, `VITE_WEATHER_API_KEY` 환경변수 추가 - Gitea Actions Secrets에 `DATA_GO_KR_API_KEY`, `AIS_API_KEY` 등록 완료 ## 변경 파일 - `frontend/src/tabs/weather/services/weatherApi.ts` — http → https (2건) - `frontend/src/tabs/weather/services/khoaApi.ts` — http → https - `.gitea/workflows/deploy.yml` — 빌드 시 API 키 환경변수 전달
htlee added 1 commit 2026-02-28 22:46:25 +09:00
- 기상 API URL http:// → https:// 변경 (KHOA, data.go.kr)
- deploy.yml에 VITE_DATA_GO_KR_API_KEY, VITE_WEATHER_API_KEY 환경변수 추가
- Gitea Actions Secrets에 DATA_GO_KR_API_KEY, AIS_API_KEY 등록 완료

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
htlee merged commit 73c18ab979 into develop 2026-02-28 22:46:31 +09:00
htlee 삭제된 브랜치 fix/weather-mixed-content 2026-02-28 22:46:32 +09:00
"로그인하여 이 대화에 참여"
No reviewers
레이블 없음
마일스톤 없음
담당자 없음
참여자 1명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: gc/wing-ops#39
No description provided.