Skip to content

Commit 16c7bf9

Browse files
committed
chore: base url 등록
1 parent b80b3c1 commit 16c7bf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
touch .env
2525
echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env
26+
echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
2627
2728
- name: 📦 빌드중!
2829
run: npm run build

0 commit comments

Comments
 (0)