Skip to content

Commit 0750712

Browse files
authored
bmeviaumb11 skalazhato
1 parent 2df0fd3 commit 0750712

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/github-monitor-azure-publish.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,28 @@ jobs:
154154
app-name: ahk-github-monitor
155155
package: "./github-monitor/output"
156156
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
157+
158+
publish_viaumb11:
159+
environment: viaumb11
160+
runs-on: windows-latest
161+
162+
steps:
163+
- name: Checkout
164+
uses: actions/checkout@v2
165+
166+
- name: Setup dotnet
167+
uses: actions/setup-dotnet@v1
168+
with:
169+
dotnet-version: "6.0.x"
170+
171+
- name: "Run dotnet build"
172+
working-directory: github-monitor
173+
run: dotnet build --configuration Release --output ./output
174+
175+
- name: "Run Azure Functions Action"
176+
uses: Azure/functions-action@v1
177+
id: fa
178+
with:
179+
app-name: ahk-github-monitor
180+
package: "./github-monitor/output"
181+
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

0 commit comments

Comments
 (0)