Skip to content

Commit

Permalink
edit admin-cicd...
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonc01 committed Aug 14, 2024
1 parent 8961826 commit be0c7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/admin-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

- name: Install Dependencies
run: yarn install
working-directory: ./service
working-directory: ./admin

- name: Build Project
run: yarn build
working-directory: ./service
working-directory: ./admin
env:
VITE_API_URL: ${{ secrets.API_URL }}

Expand Down

0 comments on commit be0c7a1

Please sign in to comment.