feat: perform websocket deployment test

This commit is contained in:
2021-07-01 00:17:00 -04:00
parent de6ab1e094
commit 086e819bfb
3 changed files with 50 additions and 0 deletions

35
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"appService.zipIgnorePattern": [
"__pycache__{,/**}",
"*.py[cod]",
"*$py.class",
".Python{,/**}",
"build{,/**}",
"develop-eggs{,/**}",
"dist{,/**}",
"downloads{,/**}",
"eggs{,/**}",
".eggs{,/**}",
"lib{,/**}",
"lib64{,/**}",
"parts{,/**}",
"sdist{,/**}",
"var{,/**}",
"wheels{,/**}",
"share/python-wheels{,/**}",
"*.egg-info{,/**}",
".installed.cfg",
"*.egg",
"MANIFEST",
".env{,/**}",
".venv{,/**}",
"env{,/**}",
"venv{,/**}",
"ENV{,/**}",
"env.bak{,/**}",
"venv.bak{,/**}",
".vscode{,/**}"
],
"appService.defaultWebAppToDeploy": "/subscriptions/9d2f9730-65d4-42dc-8afb-182b07ec8d83/resourceGroups/development/providers/Microsoft.Web/sites/tetris-clone",
"appService.deploySubpath": "."
}