Skip to content

Commit

Permalink
Merge pull request #157 from boostcampwm-2024/bug-be-#156
Browse files Browse the repository at this point in the history
fix: DEVELOPMENT_FE_ENV 추가
  • Loading branch information
yewonJin authored Nov 14, 2024
2 parents 7f8faa6 + 9e21705 commit 0850b51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# .env 파일 생성 후 붙여넣기
- name: Create .env file
run: |
echo "${{secrets.DEVELOPMENT_FE_ENV}}" > ./frontend/.env
# Node.js 설치
- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 0850b51

Please sign in to comment.