Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pinetree2 authored Jul 31, 2024
1 parent f0a8c9e commit 0ab1423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# .env에 있던 환경변수들을 등록해주는 단계
- name: .env setting
run: |
echo "NEXT_API_URL=${{ secrets.NEXT_API_URL }}" >> .env
Expand Down

0 comments on commit 0ab1423

Please sign in to comment.