Skip to content

Commit 187833a

Browse files
authored
viaubxav080
1 parent 0750712 commit 187833a

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
@@ -179,3 +179,28 @@ jobs:
179179
app-name: ahk-github-monitor
180180
package: "./github-monitor/output"
181181
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
182+
183+
publish_viaubxav080:
184+
environment: viaubxav080
185+
runs-on: windows-latest
186+
187+
steps:
188+
- name: Checkout
189+
uses: actions/checkout@v2
190+
191+
- name: Setup dotnet
192+
uses: actions/setup-dotnet@v1
193+
with:
194+
dotnet-version: "6.0.x"
195+
196+
- name: "Run dotnet build"
197+
working-directory: github-monitor
198+
run: dotnet build --configuration Release --output ./output
199+
200+
- name: "Run Azure Functions Action"
201+
uses: Azure/functions-action@v1
202+
id: fa
203+
with:
204+
app-name: ahk-github-monitor
205+
package: "./github-monitor/output"
206+
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

0 commit comments

Comments
 (0)