Skip to content

Commit

Permalink
update production and development API deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmodish committed Jul 29, 2024
1 parent 7fd717d commit 4d1f165
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev_mango-entertainment-dev-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and deploy ASP.Net Core app to Azure Web App
on:
push:
branches: [dev]
pull_request:
branches: [main]

env:
AZURE_WEBAPP_NAME: mango-entertainment-dev-api
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/main_mango-entertainment-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
workflow_dispatch:

env:
AZURE_WEBAPP_NAME: mango-entertainment-api
Expand Down Expand Up @@ -41,10 +40,6 @@ jobs:
name: .net-app
path: ${{github.workspace}}/publish

- name: Azure CLI logout
run: az logout
if: always()

deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 4d1f165

Please sign in to comment.