fix: address websocket not starting on web app
This commit is contained in:
6
.github/workflows/main_tetris-clone.yml
vendored
6
.github/workflows/main_tetris-clone.yml
vendored
@@ -59,4 +59,8 @@ jobs:
|
||||
with:
|
||||
app-name: 'tetris-clone'
|
||||
slot-name: 'production'
|
||||
publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }}
|
||||
publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }}
|
||||
|
||||
- name: 'Start web socket'
|
||||
run: |
|
||||
python main.py
|
||||
Reference in New Issue
Block a user