diff --git a/.github/workflows/github-monitor-azure-publish.yaml b/.github/workflows/github-monitor-azure-publish.yaml
index 5fa395d3..c819c05a 100644
--- a/.github/workflows/github-monitor-azure-publish.yaml
+++ b/.github/workflows/github-monitor-azure-publish.yaml
@@ -154,3 +154,28 @@ jobs:
app-name: ahk-github-monitor
package: "./github-monitor/output"
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
+
+ publish_viaumb11:
+ environment: viaumb11
+ runs-on: windows-latest
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Setup dotnet
+ uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: "6.0.x"
+
+ - name: "Run dotnet build"
+ working-directory: github-monitor
+ run: dotnet build --configuration Release --output ./output
+
+ - name: "Run Azure Functions Action"
+ uses: Azure/functions-action@v1
+ id: fa
+ with:
+ app-name: ahk-github-monitor
+ package: "./github-monitor/output"
+ publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
diff --git a/github-monitor/Ahk.GitHub.Monitor/Ahk.GitHub.Monitor.csproj b/github-monitor/Ahk.GitHub.Monitor/Ahk.GitHub.Monitor.csproj
index c947b391..0b36f041 100644
--- a/github-monitor/Ahk.GitHub.Monitor/Ahk.GitHub.Monitor.csproj
+++ b/github-monitor/Ahk.GitHub.Monitor/Ahk.GitHub.Monitor.csproj
@@ -32,7 +32,7 @@
-
+