Skip to content

Commit

Permalink
Fix: WebRTC 서버 관련 설정 에러픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho committed Sep 2, 2024
1 parent 4e324c7 commit 57dc83e
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Create .env file
run: |
echo "VITE_BASE_URL=${{ secrets.VITE_BASE_URL }}" > .env
echo "VITE_RTC_SERVER=${{ secrets.VITE_RTC_SERVER }}" >> .env
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ env.DOCKER_IMAGE_NAME }}:latest

Expand Down
Loading

0 comments on commit 57dc83e

Please sign in to comment.