Skip to content

Commit

Permalink
Update main_motodev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-georgiev authored Nov 29, 2024
1 parent 2d9f98d commit ee61f1c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main_motodev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/myapp"
run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/Server/Motodev"

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand All @@ -39,21 +39,21 @@ jobs:
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write #This is required for requesting the JWT
permissions:
id-token: write #This is required for requesting the JWT

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
with:
name: .net-app

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_7CBE9B45F68044FEBF8B318DEA6F4718 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_141C13A687C04FC6A86CDDFD7FC5AA7F }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_A942D43D602F4FE395A0BCF30E0DC4D0 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_7CBE9B45F68044FEBF8B318DEA6F4718 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_141C13A687C04FC6A86CDDFD7FC5AA7F }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_A942D43D602F4FE395A0BCF30E0DC4D0 }}

- name: Deploy to Azure Web App
id: deploy-to-webapp
Expand All @@ -62,4 +62,4 @@ jobs:
app-name: 'MotoDev'
slot-name: 'Production'
package: .


0 comments on commit ee61f1c

Please sign in to comment.