Skip to content

Commit 7803daf

Browse files
committed
Update Azure deployment configuratio
1 parent 653afea commit 7803daf

3 files changed

Lines changed: 4 additions & 70 deletions

File tree

.github/workflows/fullstack-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
4646
uses: azure/webapps-deploy@v2
4747
with:
48-
app-name: integrifyfullstackproject
48+
app-name: integrifyfullstackprojectbasel
4949
package: ./server/PMS_Project/PMS_Project.Presenter.API/publish
5050
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
5151

.github/workflows/main_integrifyfullstackprojectbasel.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@
5252
// Number of lines to keep in terminal history
5353
"terminal.integrated.persistentSessionScrollback": 1000,
5454
// Enable better integration with shell (command highlighting, etc)
55-
"terminal.integrated.shellIntegration.enabled": true
55+
"terminal.integrated.shellIntegration.enabled": true,
56+
"appService.defaultWebAppToDeploy": "/subscriptions/f6f7c76e-644e-47e5-abf6-d0a45a745068/resourceGroups/management_system/providers/Microsoft.Web/sites/integrifyfullstackprojectbasel",
57+
"appService.deploySubpath": "server\\PMS_Project\\PMS_Project.Presenter.API\\publish"
5658
}

0 commit comments

Comments
 (0)