Skip to content

Commit 7caa1c7

Browse files
authored
Add viaubb03
1 parent 12a5bdf commit 7caa1c7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,29 @@ jobs:
7979
app-name: ahk-github-monitor
8080
package: "./github-monitor/output"
8181
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
82+
83+
publish_viaubb03:
84+
environment: viaubb03
85+
runs-on: windows-latest
86+
87+
steps:
88+
- name: Checkout
89+
uses: actions/checkout@v2
90+
91+
- name: Setup dotnet
92+
uses: actions/setup-dotnet@v1
93+
with:
94+
dotnet-version: "6.0.x"
95+
96+
- name: "Run dotnet build"
97+
working-directory: github-monitor
98+
run: dotnet build --configuration Release --output ./output
99+
100+
- name: "Run Azure Functions Action"
101+
uses: Azure/functions-action@v1
102+
id: fa
103+
with:
104+
app-name: ahk-github-monitor
105+
package: "./github-monitor/output"
106+
publish-profile: ${{ secrets.GITHUBMONITOR_AZUREPUBLISHPROFILE }}
107+

0 commit comments

Comments
 (0)