Skip to content

Commit

Permalink
chore: Github Secret으로 .env 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-taewon-kim authored Nov 14, 2024
1 parent 335758a commit 5afd2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
cd ./fe
echo "${{ secrets.FE_ENV }}" > .env
npm ci
- name: Build
Expand Down

0 comments on commit 5afd2df

Please sign in to comment.