Skip to content

Commit f0a8c9e

Browse files
authored
Update cicd.yml
1 parent 99b64e2 commit f0a8c9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

26+
# .env에 있던 환경변수들을 등록해주는 단계
27+
- name: .env setting
28+
run: |
29+
echo "NEXT_API_URL=${{ secrets.NEXT_API_URL }}" >> .env
30+
echo "NEXT_KAKAO_URL=${{ secrets.NEXT_KAKAO_URL }}" >> .env
31+
2632
- name: Install dependencies
2733
run: npm install
2834

0 commit comments

Comments
 (0)