Skip to content

Commit

Permalink
deploy on windows app service
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucile Jeanneret committed Dec 17, 2024
1 parent ecb0edf commit 5a3b7d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main_virtualteacher-webapp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions

name: Windows
name: Deploy web app to a windows App Service

on:
push:
Expand All @@ -22,11 +22,10 @@ jobs:
dotnet-version: 8.0.402

- name: Create target directory for HTTPS developer certificate
run: mkdir -p %appdata/ASP.NET/https
run: mkdir -p ${{ env.APPDATA }}/ASP.NET/https

- name: Change directory to HTTPS certificate folder
run: cd %appdata/ASP.NET/https

run: cd ${{ env.APPDATA }}/ASP.NET/https

- name: Build with dotnet
run: dotnet build --configuration Release
Expand Down

0 comments on commit 5a3b7d1

Please sign in to comment.