Skip to content

Commit af28fe9

Browse files
authored
chore: env 설정 추가
1 parent ac6af46 commit af28fe9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323

2424
- name: Build app
2525
run: npm run build
26+
env:
27+
VITE_PUBLIC_BASE_URL: ${{ secrets.VITE_PUBLIC_BASE_URL }}
28+
VITE_ORIGIN: ${{ secrets.VITE_ORIGIN }}
2629

2730
- name: Deploy to S3
2831
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)