Skip to content

Commit bd82770

Browse files
committed
Config: workflow 수동 실행 명령 추가
1 parent 760403c commit bd82770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/CD-All.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CD using github action & docker
33
on:
44
push:
55
branches: ["main", "dev", "HotFix/**"]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read
@@ -120,7 +121,7 @@ jobs:
120121
export NODE_ENV=${{ env.NODE_ENV }}
121122
export PORT=${{ secrets.BACK_PORT }}
122123
export FRONTEND_BASE_URL=${{ secrets.FRONTEND_BASE_URL }}
123-
124+
124125
export X_NCP_APIGW_API_KEY=${{ secrets.X_NCP_APIGW_API_KEY }}
125126
export X_NCP_CLOVASTUDIO_API_KEY=${{ secrets.X_NCP_CLOVASTUDIO_API_KEY }}
126127
export X_NCP_CLOVASTUDIO_REQUEST_ID=${{ secrets.X_NCP_CLOVASTUDIO_REQUEST_ID }}

0 commit comments

Comments
 (0)