Skip to content

Commit 7a64d8d

Browse files
committed
Fix: 환경 변수 설정 추가
1 parent ba2cc20 commit 7a64d8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
pnpm install --frozen-lockfile
3838
pnpm store prune
3939
40+
- name: Set up .env file
41+
run: |
42+
echo "VITE_API_URL=${{ secrets.VITE_API_URL_TEMP }}" > .env.production
43+
echo "HTTPS=true" >> .env.production
44+
4045
- name: Build
4146
run: pnpm run build
4247

0 commit comments

Comments
 (0)