Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO authored Nov 16, 2024
1 parent 677306c commit 190b72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
VITE_API_BASE_URL: ${{ secrets.VITE_API_BASE_URL }}
run: |
npm install
VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL }} npm run build
npm run build
# 4. SSH 설정
- name: 🔑 Set up SSH Agent
Expand Down

0 comments on commit 190b72e

Please sign in to comment.