Skip to content

Commit

Permalink
viaubxav080
Browse files Browse the repository at this point in the history
  • Loading branch information
tibitoth authored Sep 13, 2024
1 parent 0750712 commit 187833a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/github-monitor-azure-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,28 @@ jobs:
app-name: ahk-github-monitor
package: "./github-monitor/output"
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

publish_viaubxav080:
environment: viaubxav080
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 }}

0 comments on commit 187833a

Please sign in to comment.