Skip to content

Commit

Permalink
Merge pull request #35 from GDG-on-Campus-KNU/feature/admin#32
Browse files Browse the repository at this point in the history
deploy: build 관련 command 수정
  • Loading branch information
Dobbymin authored Oct 27, 2024
2 parents 281670f + 9176f19 commit 4e396c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
echo "VITE_APP_BASE_URL=${{ secrets.VITE_APP_BASE_URL }}" >> .env
echo "VITE_ENV"=${{ secrets.VITE_ENV }} >> .env
- name: Install Dependencies
run: yarn admin install

- name: Build
run: CI='' yarn run build
run: yarn admin build

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 4e396c1

Please sign in to comment.