Skip to content

Commit

Permalink
✨ 환경변수에 kakao url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yyeonzu committed Nov 30, 2024
1 parent 607e658 commit 6763bd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
node-version: '20'

- name: Set environment variables
run: echo "REACT_APP_SERVER_URL=${{ secrets.REACT_APP_API_URL }}" >> .env
run: |
echo "REACT_APP_SERVER_URL=${{ secrets.REACT_APP_API_URL }}" >> .env
echo "REACT_APP_KAKAO_URL=${{ secrets.REACT_APP_KAKAO_URL }}" >> .env
- name: Install dependencies
Expand Down

0 comments on commit 6763bd1

Please sign in to comment.