Skip to content

Commit

Permalink
VIAUBXAV081
Browse files Browse the repository at this point in the history
  • Loading branch information
tibitoth authored Oct 8, 2024
1 parent 187833a commit d08cb3a
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 @@ -204,3 +204,28 @@ jobs:
app-name: ahk-github-monitor
package: "./github-monitor/output"
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

publish_VIAUBXAV081:
environment: VIAUBXAV081
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 d08cb3a

Please sign in to comment.