Skip to content

Commit

Permalink
Update frontend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaehyun authored Nov 23, 2023
1 parent 440d43c commit e9f70a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:

- name: Install Dependencies
run: yarn install


- name: Create .env file
run: echo "NEXT_PUBLIC_API_HOST=${{ secrets.NEXT_PUBLIC_API_HOST }}" > packages/frontend/.env

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

0 comments on commit e9f70a0

Please sign in to comment.