deployment

This commit is contained in:
Ammar Qaffaf
2024-03-13 07:28:10 -04:00
parent 9a0b8e2c21
commit 4d6c4ed787
2 changed files with 10 additions and 0 deletions

2
.deployment Normal file
View File

@ -0,0 +1,2 @@
[config]
SCM_DO_BUILD_DURING_DEPLOYMENT=true

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

@ -0,0 +1,8 @@
{
"appService.defaultWebAppToDeploy": "/subscriptions/e59d43d4-4479-41b1-b34b-c989d2f4c82f/resourceGroups/backend/providers/Microsoft.Web/sites/syncrow",
"appService.deploySubpath": ".",
"appService.zipIgnorePattern": [
"node_modules{,/**}",
".vscode{,/**}"
]
}