Skip to content

Commit

Permalink
Merge pull request #170 from CS3219-AY2425S1/fix/audio-call
Browse files Browse the repository at this point in the history
Update deployment yml
  • Loading branch information
tyouwei authored Nov 9, 2024
2 parents 39c3d07 + 5b41152 commit e20f610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
fe:
- 'peerprep-fe/**'
- 'k8s/peerprep*'
- 'cloudbuilds/fe'
- 'cloudbuilds/fe.yaml'
api:
- 'api-gateway/**'
- 'k8s/api-gateway*'
- 'cloudbuilds/'
- 'cloudbuilds/api-gateway.yaml'
question:
- 'question-service/**'
- 'k8s/question-service*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const AudioSharing = () => {

if (!TURN_SERVER || !TURN_USERNAME || !TURN_CREDENTIAL) {
// Log which specific variables are missing
console.error('Missing TURN config:', {
console.error('Missing TURN env:', {
server: !!TURN_SERVER,
username: !!TURN_USERNAME,
credential: !!TURN_CREDENTIAL,
Expand Down

0 comments on commit e20f610

Please sign in to comment.