Skip to content

Commit

Permalink
Merge pull request #192 from baegyeong/main
Browse files Browse the repository at this point in the history
chore: .env workflow에 추가
  • Loading branch information
baegyeong authored May 27, 2024
2 parents f233c79 + c1d0d89 commit cda5739
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 cda5739

Please sign in to comment.