Skip to content

Commit a3431a6

Browse files
authored
Add viauab01
1 parent 7caa1c7 commit a3431a6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,27 @@ jobs:
105105
package: "./github-monitor/output"
106106
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
107107

108+
publish_viauab01:
109+
environment: viauab01
110+
runs-on: windows-latest
111+
112+
steps:
113+
- name: Checkout
114+
uses: actions/checkout@v2
115+
116+
- name: Setup dotnet
117+
uses: actions/setup-dotnet@v1
118+
with:
119+
dotnet-version: "6.0.x"
120+
121+
- name: "Run dotnet build"
122+
working-directory: github-monitor
123+
run: dotnet build --configuration Release --output ./output
124+
125+
- name: "Run Azure Functions Action"
126+
uses: Azure/functions-action@v1
127+
id: fa
128+
with:
129+
app-name: ahk-github-monitor
130+
package: "./github-monitor/output"
131+
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}

0 commit comments

Comments
 (0)