Skip to content

Commit 0850b51

Browse files
authored
Merge pull request #157 from boostcampwm-2024/bug-be-#156
fix: DEVELOPMENT_FE_ENV 추가
2 parents 7f8faa6 + 9e21705 commit 0850b51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616

17+
# .env 파일 생성 후 붙여넣기
18+
- name: Create .env file
19+
run: |
20+
echo "${{secrets.DEVELOPMENT_FE_ENV}}" > ./frontend/.env
21+
1722
# Node.js 설치
1823
- name: Set up Node.js
1924
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)