From da19016062c756cb9bebb6c8ef39b103a7ffac9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Andr=C3=A9?= Date: Mon, 11 Nov 2019 15:38:02 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20config=20pour=20le=20d=C3=A9p?= =?UTF-8?q?loiement=20sur=20Azure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a22be92..9e6faa2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "appService.showBuildDuringDeployPrompt": false + "appService.showBuildDuringDeployPrompt": false, + "appService.defaultWebAppToDeploy": "/subscriptions/058cb80d-0d13-49de-b50e-d6116c515e64/resourceGroups/skydiveLogsAngularResourceGroup/providers/Microsoft.Web/sites/skydiveLogsAngular", + "appService.deploySubpath": "Front\\skydivelogs-app\\dist" } \ No newline at end of file