diff --git a/.github/workflows/main_tetris-clone.yml b/.github/workflows/main_tetris-clone.yml index ae258dd..a62e633 100644 --- a/.github/workflows/main_tetris-clone.yml +++ b/.github/workflows/main_tetris-clone.yml @@ -59,4 +59,8 @@ jobs: with: app-name: 'tetris-clone' slot-name: 'production' - publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }} \ No newline at end of file + publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }} + + - name: 'Start web socket' + run: | + python main.py \ No newline at end of file diff --git a/__init__.py b/main.py similarity index 100% rename from __init__.py rename to main.py