Skip to content

Commit

Permalink
Update service-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fairwheel3027148 authored Aug 9, 2024
1 parent 71248d0 commit 87b3241
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/service-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,20 @@ jobs:
uses: actions/cache@v3
with:
path: |
.yarn/cache
.yarn/build-state.yml
.pnp.*
service/.yarn/cache
service/.yarn/build-state.yml
service/.pnp.*
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies with Yarn
run: yarn install
working-directory: ./service
run: yarn install --immutable

- name: Build the project
run: yarn build
working-directory: ./service
run: yarn build

# AWS에 접근하기 위한 권한을 받아옵니다.
- name: Configure AWS credentials
Expand Down

0 comments on commit 87b3241

Please sign in to comment.