Skip to content

Commit

Permalink
Merge pull request #431 from ant-media/fixDeployment
Browse files Browse the repository at this point in the history
fix naming issue
  • Loading branch information
mustafaboleken authored Dec 13, 2024
2 parents aae518c + dde1a61 commit f7c0445
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'
run: |
cd react
mv .env.production.conferencing .env.production
sed -i "s#^REACT_APP_TURN_SERVER_URL=.*#REACT_APP_TURN_SERVER_URL=\"turn:${{ secrets.STAGING_TURN_URL }}\"#" .env.production
sed -i "s#^REACT_APP_TURN_SERVER_USERNAME=.*#REACT_APP_TURN_SERVER_USERNAME=\"${{ secrets.STAGING_TURN_USERNAME }}\"#" .env.production
sed -i "s#^REACT_APP_TURN_SERVER_CREDENTIAL=.*#REACT_APP_TURN_SERVER_CREDENTIAL=\"${{ secrets.STAGING_TURN_PASSWORD }}\"#" .env.production
Expand Down
2 changes: 1 addition & 1 deletion test/rest_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def create_broadcast_for_play_only_speed_test(self):
"playListItemList": [
{
"type": "VoD",
"streamUrl": "https://github.com/ant-media/conference-call-application/raw/refs/heads/refactorPlayOnlySpeedTest/static/speedTestVideo/speed-test-sample-video.mp4",
"streamUrl": "https://github.com/ant-media/conference-call-application/raw/refs/heads/main/static/speedTestVideo/speed-test-sample-video.mp4",
"name": "speedTestSampleStream",
"seekTimeInMs": 0,
"durationInMs": 60000
Expand Down

0 comments on commit f7c0445

Please sign in to comment.