Skip to content

Commit

Permalink
chore : Update service-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
moana16 authored Aug 14, 2024
1 parent 77c3bc3 commit a4edbe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/service-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
working-directory: ./service
run: yarn install --immutable

# 여기에서 환경 변수를 주입하여 빌드합니다.
- name: Build the project
working-directory: ./service
run: yarn build
env:
VITE_SITE_URL: ${{ secrets.VITE_SITE_URL }}
VITE_ANOTHER_ENV: ${{ secrets.VITE_ANOTHER_ENV }}

- name: Echo test
run: echo ${{ secrets.AWS_ARN }}
Expand Down

0 comments on commit a4edbe6

Please sign in to comment.