Skip to content

Commit

Permalink
config: 배포 yml 파일에 .env 파일 생성 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaehyun committed Nov 23, 2023
1 parent 5ea9d44 commit 440d43c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
run: yarn install

- name: Build
run: |
run: |
cd packages/frontend
echo "NEXT_PUBLIC_API_HOST=${{ secrets.NEXT_PUBLIC_API_HOST }}" > .env
yarn build
docker:
Expand Down

0 comments on commit 440d43c

Please sign in to comment.