Skip to content

Commit

Permalink
Merge pull request #68 from Goorm-Lucky7/dev
Browse files Browse the repository at this point in the history
Fix: baseurl ์ˆ˜์ •
  • Loading branch information
kangsinbeom authored May 17, 2024
2 parents 38ad624 + 5955eb9 commit 517c46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/front-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: pnpm install

- name: Build
env:
VITE_BASE_URL: ${{ secrets.VITE_BASE_URL }}
run: pnpm run build

- name: Configure AWS credentials
Expand Down

0 comments on commit 517c46b

Please sign in to comment.