We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80b3c1 commit 16c7bf9Copy full SHA for 16c7bf9
1 file changed
.github/workflows/dev-deploy.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
touch .env
25
echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env
26
+ echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
27
28
- name: 📦 빌드중!
29
run: npm run build
0 commit comments