Skip to content

Commit

Permalink
Update casing of web app name in github worflows
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Nov 20, 2024
1 parent 507f22c commit dbf5ddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Build and deploy .NET Core application to Web App OrcanodeMonitorStaging
name: Build and deploy .NET Core application to Web App orcanodemonitorstaging
on:
push:
branches:
- main
env:
AZURE_WEBAPP_NAME: OrcanodeMonitorStaging
AZURE_WEBAPP_NAME: orcanodemonitorstaging
AZURE_WEBAPP_PACKAGE_PATH: OrcanodeMonitor\published
CONFIGURATION: Release
DOTNET_CORE_VERSION: 8.0.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Build and deploy .NET Core application to Web App OrcanodeMonitor
name: Build and deploy .NET Core application to Web App orcanodemonitor
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
env:
AZURE_WEBAPP_NAME: OrcanodeMonitor
AZURE_WEBAPP_NAME: orcanodemonitor
AZURE_WEBAPP_PACKAGE_PATH: OrcanodeMonitor\published
CONFIGURATION: Release
DOTNET_CORE_VERSION: 8.0.x
Expand Down

0 comments on commit dbf5ddb

Please sign in to comment.