Skip to content

Commit

Permalink
chore: .env workflow에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
baegyeong committed May 27, 2024
1 parent e51c700 commit c1d0d89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: create .env
run: |
touch .env
echo VITE_KAKAO_MAP=${{ secrets.VITE_KAKAO_MAP }} >> .env
echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
- name: install npm dependencies
run: npm install

Expand Down

0 comments on commit c1d0d89

Please sign in to comment.