Skip to content

Commit

Permalink
feat: add env react app api host to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
hwmin414 committed Jan 18, 2024
1 parent 522e963 commit add1117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod-build-deploy-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

- name: Build
run: CI=false yarn build
env:
REACT_APP_API_HOST: ${{ vars.REACT_APP_API_HOST }}
CI: ${{ vars.CI }}

- name: Deploy
env:
Expand Down

0 comments on commit add1117

Please sign in to comment.