mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Github Action files Updated
This commit is contained in:
parent
638242ae42
commit
99b3ba8167
2 changed files with 5 additions and 4 deletions
3
.github/workflows/msbuild.yml
vendored
3
.github/workflows/msbuild.yml
vendored
|
|
@ -3,7 +3,8 @@ name: Build Server Managers
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
|
- '.github/workflows/msbuild.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
6
.github/workflows/webapi.yml
vendored
6
.github/workflows/webapi.yml
vendored
|
|
@ -1,14 +1,13 @@
|
||||||
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
|
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
|
||||||
# More GitHub Actions for Azure: https://github.com/Azure/actions
|
# More GitHub Actions for Azure: https://github.com/Azure/actions
|
||||||
|
|
||||||
name: Build and deploy ASP.Net Core app to Azure Web App - servermanagers
|
name: Build and Deploy ASP.Net Core app to Azure Web app
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
paths:
|
||||||
- 'src/ServerManager.WebApplication/**'
|
- 'src/ServerManager.WebApplication/**'
|
||||||
|
- '.github/workflows/webapi.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -37,6 +36,7 @@ jobs:
|
||||||
path: ${{env.DOTNET_ROOT}}/webapi
|
path: ${{env.DOTNET_ROOT}}/webapi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
if: contains(github.ref, "master")
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue