Skip to content

Commit

Permalink
feat(WebSocketClient): try with different to syntax to inject hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Nov 3, 2023
1 parent 95a2d34 commit 7f983eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playground_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm install
- name: Set hostname for WebSocketLanguageServer
run: |
echo "export default {port: 8010,languageServerHostName: "$HOSTNAME",};" > ./WebSocketClient/UVLPlayground/src/config.ts
sed -i "s/languageServerHostName: .*/languageServerHostName: \"$HOSTNAME\",/" ./WebSocketClient/UVLPlayground/src/config.ts
- name: Build
working-directory: WebSocketClient/UVLPlayground
run: npm run build
Expand Down

0 comments on commit 7f983eb

Please sign in to comment.