Skip to content

Commit 01498ca

Browse files
uugaemiclaude
andcommitted
ci: Deploy 워크플로우를 수동 트리거로 변경
- push 트리거 → workflow_dispatch (GCP 설정 완료 후 수동 실행) - MAPBOX_API_KEY 시크릿 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ca6eb86 commit 01498ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Deploy to GCP Cloud Run
22

33
on:
4-
push:
5-
branches: [ main ]
4+
workflow_dispatch: # 수동 트리거 (GCP 설정 완료 후 사용)
65

76
env:
87
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
@@ -72,6 +71,7 @@ jobs:
7271
--allow-unauthenticated \
7372
--set-env-vars "SPRING_PROFILES_ACTIVE=prod" \
7473
--set-env-vars "GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}" \
74+
--set-env-vars "MAPBOX_API_KEY=${{ secrets.MAPBOX_API_KEY }}" \
7575
--set-env-vars "DB_HOST=${{ secrets.DB_HOST }}" \
7676
--set-env-vars "DB_PORT=${{ secrets.DB_PORT }}" \
7777
--set-env-vars "DB_NAME=${{ secrets.DB_NAME }}" \

0 commit comments

Comments
 (0)