Skip to content

Commit

Permalink
update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Aghaei committed Jul 29, 2024
1 parent a535b5e commit a9bfc38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and deploy .NET Core application to Web App PandemicTrackerWeb20240729220640
name: Build and deploy .NET Core application to Web App PandemicTracker
on:
push:
branches:
- main
env:
AZURE_WEBAPP_NAME: PandemicTrackerWeb20240729220640
AZURE_WEBAPP_NAME: PandemicTracker
AZURE_WEBAPP_PACKAGE_PATH: Pandemic.Tracker.Web/published
CONFIGURATION: Release
DOTNET_CORE_VERSION: 8.0.x
Expand Down Expand Up @@ -44,5 +44,5 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.PandemicTrackerWeb20240729220640_A242 }}
publish-profile: ${{ secrets.PandemicTracker_3F2C }}
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 comments on commit a9bfc38

Please sign in to comment.