Skip to content

Commit

Permalink
!HOTFIX: env 파일에 url 추가
Browse files Browse the repository at this point in the history
!HOTFIX: env 파일에 url 추가
  • Loading branch information
eastfilmm authored Jun 1, 2024
1 parent 44ff8f5 commit fb74c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
touch .env
echo VITE_APP_BASE_URL=${{ secrets.VITE_APP_BASE_URL }} >> .env
echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
cat .env
- name: Install dependencies
Expand Down

0 comments on commit fb74c69

Please sign in to comment.