Skip to content

Commit

Permalink
Merge pull request #82 from KakaoTech-BootCamp-Team-2/dev
Browse files Browse the repository at this point in the history
🚀 Deploy
  • Loading branch information
sayyyho authored Sep 2, 2024
2 parents bc4c6e7 + 739f973 commit f41806d
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 f41806d

Please sign in to comment.